Compare commits

..

5 Commits

Author SHA1 Message Date
renovate[bot]
507d8b0a37 feat(deps): update dependency idna to v3.15 2026-05-15 21:59:33 +00:00
renovate[bot]
b1a344e226 feat(deps): update docker/login-action action to v4 (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-15 21:59:23 +00:00
renovate[bot]
9f075a47f1 feat(deps): update docker/build-push-action action to v7 (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-15 21:59:02 +00:00
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
2 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ jobs:
with:
no_commit: True
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:
commit_message: Adjusted files for isort & autopep
@@ -113,7 +113,7 @@ jobs:
uses: actions/checkout@v6
- name: Log in to the Container registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@@ -127,7 +127,7 @@ jobs:
tags: latest
- name: Build and push Docker image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: ./Dockerfile

View File

@@ -7,7 +7,7 @@ fastapi-pagination==0.15.12
h11==0.14.0
httpcore==1.0.8
httpx==0.28.1
idna==3.13
idna==3.15
psycopg==3.3.4
psycopg-binary==3.3.4
psycopg-pool==3.3.1
@@ -29,7 +29,7 @@ click==8.3.3 # Uvicorn
uvicorn==0.41.0 # Uvicorn
iniconfig==2.3.0 # pytest
packaging==25.0 # pytest
packaging==26.2 # pytest
pluggy==1.6.0 # pytest
pytest==9.0.3 # pytest