Compare commits
20 commits
d0f70a5193
...
dae1d7b9b8
Author | SHA1 | Date | |
---|---|---|---|
dae1d7b9b8 | |||
5fa13de642 | |||
1c810e6293 | |||
8e42205301 | |||
4272f2878e | |||
791a79249c | |||
ceb337b87c | |||
6f91d008a1 | |||
cb3a151748 | |||
0398acf2b7 | |||
aa9357063f | |||
6ea19f686f | |||
affe80fced | |||
7c29e2e7ef | |||
bff04a1a8d | |||
e6406ffce2 | |||
eb9f39406e | |||
8e45de9f44 | |||
528f411c57 | |||
043a3d49a1 |
5 changed files with 495 additions and 484 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
970
backend/poetry.lock
generated
970
backend/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -14,7 +14,7 @@ uvicorn = {extras = ["standard"], version = "^0.34.0"}
|
|||
websockets = "^15.0"
|
||||
sqlalchemy = "^2.0.28"
|
||||
alembic = "^1.15.1"
|
||||
gunicorn = "^22.0.0"
|
||||
gunicorn = "^23.0.0"
|
||||
psycopg2-binary = "^2.9.10"
|
||||
argon2-cffi = "^23.1.0"
|
||||
jwcrypto = "^1.5.6"
|
||||
|
|
3
renovate.json
Normal file
3
renovate.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue