Compare commits

..

3 Commits

Author SHA1 Message Date
renovate[bot]
b21250ef03 feat(deps): update stefanzweifel/git-auto-commit-action action to v7 (#47)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-15 21:58:09 +00:00
renovate[bot]
91f481e954 feat(deps): update dependency packaging to v26 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-15 21:57:53 +00:00
renovate[bot]
6aca0a2355 feat(deps): update dependency certifi to v2026 (#55)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-15 21:57:35 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ jobs:
with: with:
no_commit: True no_commit: True
options: --in-place --remove-all-unused-imports -r --exclude **/__init__.py,**/db/models.py, options: --in-place --remove-all-unused-imports -r --exclude **/__init__.py,**/db/models.py,
- uses: stefanzweifel/git-auto-commit-action@v5 - uses: stefanzweifel/git-auto-commit-action@v7
with: with:
commit_message: Adjusted files for isort & autopep commit_message: Adjusted files for isort & autopep

View File

@@ -1,13 +1,13 @@
annotated-types==0.7.0 annotated-types==0.7.0
anyio==4.13.0 anyio==4.13.0
certifi==2025.11.12 certifi==2026.4.22
creyPY[postgres]==3.0.0 creyPY[postgres]==3.0.0
fastapi==0.136.1 fastapi==0.136.1
fastapi-pagination==0.15.12 fastapi-pagination==0.15.12
h11==0.14.0 h11==0.14.0
httpcore==1.0.8 httpcore==1.0.8
httpx==0.28.1 httpx==0.28.1
idna==3.15 idna==3.13
psycopg==3.3.4 psycopg==3.3.4
psycopg-binary==3.3.4 psycopg-binary==3.3.4
psycopg-pool==3.3.1 psycopg-pool==3.3.1
@@ -29,7 +29,7 @@ click==8.3.3 # Uvicorn
uvicorn==0.41.0 # Uvicorn uvicorn==0.41.0 # Uvicorn
iniconfig==2.3.0 # pytest iniconfig==2.3.0 # pytest
packaging==25.0 # pytest packaging==26.2 # pytest
pluggy==1.6.0 # pytest pluggy==1.6.0 # pytest
pytest==9.0.3 # pytest pytest==9.0.3 # pytest