Merge pull request #854 from tcely/patch-21

Upgrade `psycopg`
This commit is contained in:
meeb 2025-03-17 15:26:58 +11:00 committed by GitHub
commit cda93f0df2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ gunicorn = "*"
httptools = "*"
django-background-tasks = ">=1.2.8"
django-basicauth = "*"
psycopg2-binary = "*"
psycopg = {extras = ["binary", "pool"], version = "*"}
mysqlclient = "*"
PySocks = "*"
urllib3 = {extras = ["socks"], version = "*"}