Compare commits

1 Commits

Author SHA1 Message Date
08a4624826 Update dependency psycopg to v3.3.0 2025-12-01 12:00:56 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,3 +1,3 @@
django==6.0.1 django==5.2.8
gunicorn==25.0.1 gunicorn==23.0.0
psycopg[binary]==3.3.2 psycopg[binary]==3.3.0