Compare commits

...

10 Commits

Author SHA1 Message Date
renovate[bot]
f315369ff8 feat(deps): update dependency alembic to v1.16.2 2025-06-16 19:06:55 +00:00
renovate[bot]
86c8e4fc4e feat(deps): update dependency certifi to v2025.6.15 2025-06-15 06:02:05 +00:00
renovate[bot]
1c3c2347ee feat(deps): update codacy/git-version action to v2.8.2 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 22:43:09 +00:00
renovate[bot]
d28507ca15 feat(deps): update dependency fastapi-pagination to v0.13.2 2025-06-07 12:42:06 +00:00
renovate[bot]
191268af6a feat(deps): update dependency pytest to v8.4.0 2025-06-02 18:14:04 +00:00
renovate[bot]
96afee2cf4 feat(deps): update dependency typing_extensions to v4.14.0 2025-06-02 15:18:03 +00:00
renovate[bot]
995bdc0600 feat(deps): update dependency uvicorn to v0.34.3 2025-06-01 09:26:44 +00:00
renovate[bot]
f2f572ec9a feat(deps): update codacy/git-version action to v2.8.1 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-29 22:07:41 +00:00
renovate[bot]
61bc957a2c feat(deps): update dependency alembic to v1.16.1 2025-05-22 02:40:06 +00:00
renovate[bot]
235c07466e feat(deps): update dependency alembic to v1.16.0 2025-05-21 20:04:24 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ jobs:
git config --local user.name "creyD"
- name: Git Version
uses: codacy/git-version@2.8.0
uses: codacy/git-version@2.8.2
id: git_version
with:
minor-identifier: "feat:"

View File

@@ -1,9 +1,9 @@
annotated-types==0.7.0
anyio==4.9.0
certifi==2025.4.26
certifi==2025.6.15
creyPY[postgres]==3.0.0
fastapi==0.115.12
fastapi-pagination==0.13.1
fastapi-pagination==0.13.2
h11==0.14.0
httpcore==1.0.8
httpx==0.28.1
@@ -17,21 +17,21 @@ python-dotenv==1.1.0
sniffio==1.3.1
SQLAlchemy==2.0.41
starlette==0.46.2
typing_extensions==4.13.2
typing_extensions==4.14.0
Mako==1.3.10 # Alembic
MarkupSafe==3.0.1 # Alembic
alembic==1.15.2 # Alembic
alembic==1.16.2 # Alembic
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
click==8.2.1 # Uvicorn
uvicorn==0.34.2 # Uvicorn
uvicorn==0.34.3 # Uvicorn
iniconfig==2.1.0 # pytest
packaging==25.0 # pytest
pluggy==1.6.0 # pytest
pytest==8.3.5 # pytest
pytest==8.4.0 # pytest
fastapi-filters==0.3.0 # Filters