Compare commits

...

3 commits

2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -13,6 +13,6 @@ PyYAML==6.0.2
requests==2.32.3
six==1.17.0
soupsieve==2.6
SQLAlchemy==2.0.37
SQLAlchemy==2.0.41
typing_extensions==4.12.2
urllib3==2.3.0