Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
7c4c550ffd Merge f5ee78dda6 into 667d108987 2026-04-15 01:45:04 +00:00
renovate[bot]
f5ee78dda6 feat(deps): update dependency packaging to v26 2026-04-15 01:45:00 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -29,7 +29,7 @@ click==8.3.2 # Uvicorn
uvicorn==0.41.0 # Uvicorn uvicorn==0.41.0 # Uvicorn
iniconfig==2.3.0 # pytest iniconfig==2.3.0 # pytest
packaging==25.0 # pytest packaging==26.1 # pytest
pluggy==1.6.0 # pytest pluggy==1.6.0 # pytest
pytest==8.4.2 # pytest pytest==8.4.2 # pytest