Compare commits

...
Sign in to create a new pull request.

8 commits

5 changed files with 4342 additions and 4277 deletions

View file

@ -1,6 +1,6 @@
services:
app:
image: mcr.microsoft.com/devcontainers/python:3.12-bookworm
image: mcr.microsoft.com/devcontainers/python:3.13-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.12-slim AS python-base
FROM python:3.13-slim AS python-base
# python
ENV PYTHONUNBUFFERED=1 \

962
backend/poetry.lock generated

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

3
renovate.json Normal file
View file

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