Compare commits

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

8 commits

Author SHA1 Message Date
affe80fced Update mcr.microsoft.com/devcontainers/python Docker tag to v3.13
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/cron/docker Pipeline was successful
2025-04-28 18:36:59 +00:00
7c29e2e7ef Update python Docker tag to v3.13
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2025-04-28 18:24:22 +00:00
bff04a1a8d
Update dependencies
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2025-04-28 17:56:37 +00:00
e6406ffce2 Update dependency fastapi to v0.115.12
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2025-04-28 11:00:37 +02:00
eb9f39406e Update dependency alembic to v1.15.2
Some checks failed
ci/woodpecker/push/docker Pipeline failed
2025-04-28 11:00:11 +02:00
8e45de9f44 Update dependency sqlalchemy to v2.0.40
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2025-04-28 10:36:07 +02:00
528f411c57 Update dependency @eslint/compat to v1.2.8
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2025-04-27 20:21:53 +00:00
043a3d49a1 Add renovate.json
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2025-04-27 14:21:35 +00:00
5 changed files with 4342 additions and 4277 deletions

View file

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

View file

@ -1,5 +1,5 @@
# `python-base` sets up all our shared environment variables # `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 # python
ENV PYTHONUNBUFFERED=1 \ 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"
}