Compare commits

..

1 commit

Author SHA1 Message Date
d32bd334fb Update dependency SQLAlchemy to v2.0.41 2025-06-14 23:26:56 +00:00

View file

@ -2,7 +2,7 @@ when:
branch: main
steps:
- name: lint
image: python:3-slim
image: python:3-alpine
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt