diff --git a/poetry.lock b/poetry.lock index f3f2310a..372841ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -772,13 +772,13 @@ files = [ [[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] @@ -787,8 +787,8 @@ 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"] @@ -1258,4 +1258,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "6882864a8538844a6a9a0f01b77f8c89a2ba2ad1d4b275f8d11acbfd7a346815" +content-hash = "8a80506c097298be90c8aa96298b55e78d7587bc8707771db482f219bac7178d" diff --git a/pyproject.toml b/pyproject.toml index 8f3d3c54..6f9f1466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ flake8-type-checking = "^2.7.0" isort = "^5.13.2" pep8-naming = "^0.13.3" SQLAlchemy = "^2.0.25" -psycopg = "^3.1.16" +psycopg = "^3.1.17" psycopg-binary = "^3.1.16" mysql-connector-python = "^8.2.0" @@ -50,7 +50,7 @@ pytest-html = "^4.1.1" pytest-html-merger = "^0.0.10" toxiproxy-python = "^0.1.1" parameterized = "^0.9.0" -psycopg = "^3.1.16" +psycopg = "^3.1.17" psycopg-binary = "^3.1.16" mysql-connector-python = "^8.2.0"