Compare commits

..

3 Commits

Author SHA1 Message Date
renovate[bot]
282749c6c1 feat(deps): update stefanzweifel/git-auto-commit-action action to v6 2025-08-10 13:09:14 +00:00
renovate[bot]
f49126f403 feat(deps): update codacy/git-version action to v2.8.4 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-08 21:43:27 +00:00
renovate[bot]
7e322b7fbc feat(deps): update dependency anyio to v4.10.0 2025-08-04 14:55:54 +00:00
2 changed files with 3 additions and 3 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@v6
with:
commit_message: Adjusted files for isort & autopep
@@ -91,7 +91,7 @@ jobs:
git config --local user.name "creyD"
- name: Git Version
uses: codacy/git-version@2.8.3
uses: codacy/git-version@2.8.4
id: git_version
with:
minor-identifier: "feat:"

View File

@@ -1,5 +1,5 @@
annotated-types==0.7.0
anyio==4.9.0
anyio==4.10.0
certifi==2025.8.3
creyPY[postgres]==3.0.0
fastapi==0.116.1