mirror of
https://github.com/ae-utbm/sith.git
synced 2026-05-14 21:18:09 +00:00
Upgrade psycopg
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ documentation = "https://sith-ae.readthedocs.io/"
|
|||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
prod = [
|
prod = [
|
||||||
"psycopg[c]>=3.3.3,<4.0.0",
|
"psycopg[c]>=3.3.4,<4.0.0",
|
||||||
]
|
]
|
||||||
dev = [
|
dev = [
|
||||||
"django-debug-toolbar>=6.3.0,<7",
|
"django-debug-toolbar>=6.3.0,<7",
|
||||||
|
|||||||
@@ -2193,7 +2193,7 @@ docs = [
|
|||||||
{ name = "mkdocstrings", specifier = ">=1.0.4,<2.0.0" },
|
{ name = "mkdocstrings", specifier = ">=1.0.4,<2.0.0" },
|
||||||
{ name = "mkdocstrings-python", specifier = ">=2.0.3,<3.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 = [
|
tests = [
|
||||||
{ name = "beautifulsoup4", specifier = ">=4.14.3,<5" },
|
{ name = "beautifulsoup4", specifier = ">=4.14.3,<5" },
|
||||||
{ name = "freezegun", specifier = ">=1.5.5,<2.0.0" },
|
{ name = "freezegun", specifier = ">=1.5.5,<2.0.0" },
|
||||||
|
|||||||
Reference in New Issue
Block a user