Compare commits
3 commits
d32bd334fb
...
81be1fc8dc
Author | SHA1 | Date | |
---|---|---|---|
81be1fc8dc | |||
3cac5d5eca | |||
4d7f5439a8 |
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ when:
|
||||||
branch: main
|
branch: main
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: python:3-alpine
|
image: python:3-slim
|
||||||
commands:
|
commands:
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- python -m pip install -r requirements.txt
|
- python -m pip install -r requirements.txt
|
||||||
|
|
|
@ -13,6 +13,6 @@ PyYAML==6.0.2
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
six==1.17.0
|
six==1.17.0
|
||||||
soupsieve==2.6
|
soupsieve==2.6
|
||||||
SQLAlchemy==2.0.37
|
SQLAlchemy==2.0.41
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
urllib3==2.3.0
|
urllib3==2.3.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue