diff --git a/poetry.lock b/poetry.lock index 40831e6e..af6f7949 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1798,13 +1798,13 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"] [[package]] name = "psycopg" -version = "3.2.2" +version = "3.2.3" description = "PostgreSQL database adapter for Python" optional = false python-versions = ">=3.8" files = [ - {file = "psycopg-3.2.2-py3-none-any.whl", hash = "sha256:babf565d459d8f72fb65da5e211dd0b58a52c51e4e1fa9cadecff42d6b7619b2"}, - {file = "psycopg-3.2.2.tar.gz", hash = "sha256:8bad2e497ce22d556dac1464738cb948f8d6bab450d965cf1d8a8effd52412e0"}, + {file = "psycopg-3.2.3-py3-none-any.whl", hash = "sha256:644d3973fe26908c73d4be746074f6e5224b03c1101d302d9a53bf565ad64907"}, + {file = "psycopg-3.2.3.tar.gz", hash = "sha256:a5764f67c27bec8bfac85764d23c534af2c27b893550377e37ce59c12aac47a2"}, ] [package.dependencies] @@ -1812,8 +1812,8 @@ typing-extensions = {version = ">=4.6", markers = "python_version < \"3.13\""} tzdata = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] -binary = ["psycopg-binary (==3.2.2)"] -c = ["psycopg-c (==3.2.2)"] +binary = ["psycopg-binary (==3.2.3)"] +c = ["psycopg-c (==3.2.3)"] dev = ["ast-comments (>=1.1.2)", "black (>=24.1.0)", "codespell (>=2.2)", "dnspython (>=2.1)", "flake8 (>=4.0)", "mypy (>=1.11)", "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"] @@ -3141,4 +3141,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ef90907200dd73d0bc98db9d82e024432d88e27b49884cc323a0983139959ff1" +content-hash = "4692195b80046c80cb8db622bf2a6ae8cb44ad1bb697952163c6521a6960a0d6" diff --git a/pyproject.toml b/pyproject.toml index e5cd4d88..db6a1eeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ sentry-sdk = { extras = ["django"], version = "^2.15.0" } ministryofjustice-data-platform-catalogue = { path = "lib/datahub-client", develop = true } django-azure-auth = "2.0.2" django-waffle = "^4.1.0" -psycopg = "^3.2.2" +psycopg = "^3.2.3" psycopg-binary = "^3.2.2" django-debug-toolbar = "^4.4.6" redis = {extras = ["hiredis"], version = "^5.1.0"}