Compare commits

..

7 Commits

Author SHA1 Message Date
renovate[bot]
f9db489dda Merge d06935bf18 into 91f481e954 2026-05-15 21:57:59 +00:00
renovate[bot]
d06935bf18 feat(deps): update dependency starlette to v1 2026-05-15 21:57:57 +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
renovate[bot]
2879003118 feat(deps): update actions/checkout action to v6 (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-15 21:57:21 +00:00
renovate[bot]
84680de42e feat(deps): update dependency pytest to v9 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-15 21:56:37 +00:00
renovate[bot]
88e165d091 feat(deps): update actions/setup-python action to v6 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-15 21:56:24 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ jobs:
POSTGRES_DB: fastapi
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: 3.13
cache: 'pip' # caching pip dependencies

View File

@@ -1,6 +1,6 @@
annotated-types==0.7.0
anyio==4.13.0
certifi==2025.11.12
certifi==2026.4.22
creyPY[postgres]==3.0.0
fastapi==0.136.1
fastapi-pagination==0.15.12
@@ -16,7 +16,7 @@ pydantic_core==2.23.4
python-dotenv==1.2.2
sniffio==1.3.1
SQLAlchemy==2.0.49
starlette==0.52.1
starlette==1.0.0
typing_extensions==4.15.0
Mako==1.3.12 # Alembic
@@ -29,9 +29,9 @@ 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==8.4.2 # pytest
pytest==9.0.3 # pytest
fastapi-filters==0.3.3 # Filters