From 81b05c17fe3fabdae7128a943a0889d32b98c0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 06:11:04 +0000 Subject: [PATCH] chore(deps-dev): Bump psycopg from 3.2.10 to 3.2.11 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.10 to 3.2.11. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.10...3.2.11) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.2.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2e548701..8e670ad2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1194,14 +1194,14 @@ files = [ [[package]] name = "psycopg" -version = "3.2.10" +version = "3.2.11" description = "PostgreSQL database adapter for Python" optional = false python-versions = ">=3.8" groups = ["dev", "test"] files = [ - {file = "psycopg-3.2.10-py3-none-any.whl", hash = "sha256:ab5caf09a9ec42e314a21f5216dbcceac528e0e05142e42eea83a3b28b320ac3"}, - {file = "psycopg-3.2.10.tar.gz", hash = "sha256:0bce99269d16ed18401683a8569b2c5abd94f72f8364856d56c0389bcd50972a"}, + {file = "psycopg-3.2.11-py3-none-any.whl", hash = "sha256:217231b2b6b72fba88281b94241b2f16043ee67f81def47c52a01b72ff0c086a"}, + {file = "psycopg-3.2.11.tar.gz", hash = "sha256:398bb484ed44361e041c8f804ed7af3d2fcefbffdace1d905b7446c319321706"}, ] [package.dependencies] @@ -1210,8 +1210,8 @@ typing-extensions = {version = ">=4.6", markers = "python_version < \"3.13\""} tzdata = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] -binary = ["psycopg-binary (==3.2.10) ; implementation_name != \"pypy\""] -c = ["psycopg-c (==3.2.10) ; implementation_name != \"pypy\""] +binary = ["psycopg-binary (==3.2.11) ; implementation_name != \"pypy\""] +c = ["psycopg-c (==3.2.11) ; implementation_name != \"pypy\""] dev = ["ast-comments (>=1.1.2)", "black (>=24.1.0)", "codespell (>=2.2)", "dnspython (>=2.1)", "flake8 (>=4.0)", "isort-psycopg", "isort[colors] (>=6.0)", "mypy (>=1.14)", "pre-commit (>=4.0.1)", "types-setuptools (>=57.4)", "types-shapely (>=2.0)", "wheel (>=0.37)"] docs = ["Sphinx (>=5.0)", "furo (==2022.6.21)", "sphinx-autobuild (>=2021.3.14)", "sphinx-autodoc-typehints (>=1.12)"] pool = ["psycopg-pool"]