Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
e2714aaad5 feat(deps): update dependency uvicorn to v0.34.0 2025-01-20 05:13:34 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -21,12 +21,12 @@ typing_extensions==4.12.2
Mako==1.3.5 # Alembic
MarkupSafe==3.0.1 # Alembic
alembic==1.14.1 # Alembic
alembic==1.13.3 # Alembic
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
click==8.1.8 # Uvicorn
uvicorn==0.31.1 # Uvicorn
uvicorn==0.34.0 # Uvicorn
iniconfig==2.0.0 # pytest
packaging==24.1 # pytest