Upgrade psycopg

This commit is contained in:
2026-05-14 12:09:56 +02:00
parent 5b92384cc5
commit 7126a241c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ documentation = "https://sith-ae.readthedocs.io/"
[dependency-groups]
prod = [
"psycopg[c]>=3.3.3,<4.0.0",
"psycopg[c]>=3.3.4,<4.0.0",
]
dev = [
"django-debug-toolbar>=6.3.0,<7",
Generated
+1 -1
View File
@@ -2193,7 +2193,7 @@ docs = [
{ name = "mkdocstrings", specifier = ">=1.0.4,<2.0.0" },
{ name = "mkdocstrings-python", specifier = ">=2.0.3,<3.0.0" },
]
prod = [{ name = "psycopg", extras = ["c"], specifier = ">=3.3.3,<4.0.0" }]
prod = [{ name = "psycopg", extras = ["c"], specifier = ">=3.3.4,<4.0.0" }]
tests = [
{ name = "beautifulsoup4", specifier = ">=4.14.3,<5" },
{ name = "freezegun", specifier = ">=1.5.5,<2.0.0" },