diff --git a/pyproject.toml b/pyproject.toml index 03c14931..2b16b777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/uv.lock b/uv.lock index ad1335ce..de002a74 100644 --- a/uv.lock +++ b/uv.lock @@ -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" },