Compare commits

..

7 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
services:
db:
image: postgres:17-alpine
image: postgres:18-alpine
init: true
environment:
POSTGRES_DB: "gaehsnitzdb"

View File

@@ -1,3 +1,3 @@
django==5.2.8
django==6.0
gunicorn==23.0.0
psycopg[binary]==3.3.1
psycopg[binary]==3.3.2