Compare commits

..

11 commits

5 changed files with 484 additions and 495 deletions

View file

@ -1,6 +1,6 @@
services:
app:
image: mcr.microsoft.com/devcontainers/python:3.13-bookworm
image: mcr.microsoft.com/devcontainers/python:3.12-bookworm
volumes:
- ../..:/simple-ocpp-cs:cached
command: sleep infinity

View file

@ -1,5 +1,5 @@
# `python-base` sets up all our shared environment variables
FROM python:3.13-slim AS python-base
FROM python:3.12-slim AS python-base
# python
ENV PYTHONUNBUFFERED=1 \

970
backend/poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,7 @@ uvicorn = {extras = ["standard"], version = "^0.34.0"}
websockets = "^15.0"
sqlalchemy = "^2.0.28"
alembic = "^1.15.1"
gunicorn = "^23.0.0"
gunicorn = "^22.0.0"
psycopg2-binary = "^2.9.10"
argon2-cffi = "^23.1.0"
jwcrypto = "^1.5.6"

View file

@ -1,3 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}