Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
397cbfb04a feat(deps): update dependency certifi to v2026 2026-03-14 11:16:38 +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.12.1
certifi==2025.11.12
certifi==2026.2.25
creyPY[postgres]==3.0.0
fastapi==0.135.1
fastapi-pagination==0.15.10