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 3 additions and 3 deletions

View File

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

View File

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