Compare commits

..

1 commit

Author SHA1 Message Date
a0db5f9cce Update dependency requests to v2.32.4 2025-06-14 23:26:52 +00:00

View file

@ -2,7 +2,7 @@ when:
branch: main
steps:
- name: lint
image: python:3-slim
image: python:3-alpine
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt