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

@ -10,7 +10,7 @@ Mastodon.py==1.8.1
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
python-magic==0.4.27 python-magic==0.4.27
PyYAML==6.0.2 PyYAML==6.0.2
requests==2.32.3 requests==2.32.4
six==1.17.0 six==1.17.0
soupsieve==2.6 soupsieve==2.6
SQLAlchemy==2.0.37 SQLAlchemy==2.0.37