Compare commits

..

1 commit

Author SHA1 Message Date
c125667e34 Update dependency charset-normalizer to v3.4.2 2025-06-14 23:26:51 +00:00

View file

@ -2,7 +2,7 @@ when:
branch: main branch: main
steps: steps:
- name: lint - name: lint
image: python:3-slim image: python:3-alpine
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