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,4 +1,4 @@
beautifulsoup4==4.12.3 beautifulsoup4==4.13.4
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.1