Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
26d7ffc4fa feat(deps): update python docker tag to v3.13 2025-01-20 12:04:53 +00:00
3 changed files with 3 additions and 8 deletions

View File

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

View File

@@ -1,8 +1,3 @@
# apilog
Tiny logging API server, for taking logs via HTTP POST requests.
## TODO
[ ] Application Patch
[ ] Team CRUD

View File

@@ -1,6 +1,6 @@
annotated-types==0.7.0
anyio==4.8.0
certifi==2024.12.14
certifi==2024.8.30
creyPY==1.2.5
fastapi==0.115.5
fastapi-pagination==0.12.31
@@ -26,7 +26,7 @@ alembic==1.14.1 # Alembic
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
click==8.1.8 # Uvicorn
uvicorn==0.34.0 # Uvicorn
uvicorn==0.31.1 # Uvicorn
iniconfig==2.0.0 # pytest
packaging==24.1 # pytest