diff --git a/poetry.lock b/poetry.lock index 25a97bb..fa9a2b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2065,23 +2065,23 @@ wcwidth = "*" [[package]] name = "psycopg" -version = "3.1.16" +version = "3.1.17" description = "PostgreSQL database adapter for Python" optional = false python-versions = ">=3.7" files = [ - {file = "psycopg-3.1.16-py3-none-any.whl", hash = "sha256:0bfe9741f4fb1c8115cadd8fe832fa91ac277e81e0652ff7fa1400f0ef0f59ba"}, - {file = "psycopg-3.1.16.tar.gz", hash = "sha256:a34d922fd7df3134595e71c3428ba6f1bd5f4968db74857fe95de12db2d6b763"}, + {file = "psycopg-3.1.17-py3-none-any.whl", hash = "sha256:96b7b13af6d5a514118b759a66b2799a8a4aa78675fa6bb0d3f7d52d67eff002"}, + {file = "psycopg-3.1.17.tar.gz", hash = "sha256:437e7d7925459f21de570383e2e10542aceb3b9cb972ce957fdd3826ca47edc6"}, ] [package.dependencies] -psycopg-c = {version = "3.1.16", optional = true, markers = "implementation_name != \"pypy\" and extra == \"c\""} +psycopg-c = {version = "3.1.17", optional = true, markers = "implementation_name != \"pypy\" and extra == \"c\""} typing-extensions = ">=4.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] -binary = ["psycopg-binary (==3.1.16)"] -c = ["psycopg-c (==3.1.16)"] +binary = ["psycopg-binary (==3.1.17)"] +c = ["psycopg-c (==3.1.17)"] dev = ["black (>=23.1.0)", "codespell (>=2.2)", "dnspython (>=2.1)", "flake8 (>=4.0)", "mypy (>=1.4.1)", "types-setuptools (>=57.4)", "wheel (>=0.37)"] docs = ["Sphinx (>=5.0)", "furo (==2022.6.21)", "sphinx-autobuild (>=2021.3.14)", "sphinx-autodoc-typehints (>=1.12)"] pool = ["psycopg-pool"] @@ -2089,12 +2089,12 @@ test = ["anyio (>=3.6.2,<4.0)", "mypy (>=1.4.1)", "pproxy (>=2.7)", "pytest (>=6 [[package]] name = "psycopg-c" -version = "3.1.16" +version = "3.1.17" description = "PostgreSQL database adapter for Python -- C optimisation distribution" optional = false python-versions = ">=3.7" files = [ - {file = "psycopg-c-3.1.16.tar.gz", hash = "sha256:24f9805e0c20742c72c7be1412e3a600de0980104ff1a264a49333996e6adba3"}, + {file = "psycopg-c-3.1.17.tar.gz", hash = "sha256:5cc4d544d552b8ab92a9e3a9dbe3b4f46ce0a86338654d26387fc076e0c97977"}, ] [[package]] @@ -3376,4 +3376,4 @@ docs = ["django-debug-toolbar", "django-extensions", "sphinx", "sphinx-autobuild [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f928b8fb8a5accc2bbfedebaa8d60672595315df239872d4600f19040150a3a8" +content-hash = "6424a08b9f22f4eb95c8e5ed83cb543b9284dc53daa574c536c736e9e06cfde1" diff --git a/pyproject.toml b/pyproject.toml index ee45dbc..8264d16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ optional = true [tool.poetry.group.local.dependencies] werkzeug = {version = "3.0.1", extras = ["watchdog"]} ipdb = "^0.13.13" -psycopg = {version = "3.1.16", extras = ["c"]} +psycopg = {version = "3.1.17", extras = ["c"]} watchfiles = "^0.21.0" mypy = "^1.6.1" django-stubs = {version = "4.2.7", extras = ["compatible-mypy"]} @@ -70,7 +70,7 @@ optional = true [tool.poetry.group.production.dependencies] gunicorn = "^21.2.0" -psycopg = {version = "3.1.16", extras = ["c"]} +psycopg = {version = "3.1.17", extras = ["c"]} django-anymail = "10.2" [build-system]