Compare commits

...

3 commits

2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
beautifulsoup4==4.12.3 beautifulsoup4==4.12.3
blurhash==1.1.4 blurhash==1.1.4
certifi==2024.12.14 certifi==2024.12.14
charset-normalizer==3.4.1 charset-normalizer==3.4.2
decorator==5.1.1 decorator==5.1.1
greenlet==3.1.1 greenlet==3.1.1
idna==3.10 idna==3.10