Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
b0616490f2 feat(deps): update dependency certifi to v2026 2026-04-22 17:12:22 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.14
python-version: 3.13
cache: 'pip' # caching pip dependencies
- name: Setup tests (install dependencies, run migrations)
run: |

View File

@@ -1,4 +1,4 @@
FROM python:3.14-slim
FROM python:3.13-slim
ARG VERSION=unknown
# Create a non-root user and group

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.135.3
fastapi-pagination==0.15.12