From 3e0dd87385ea5d13466452034b8a92e809fd7971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 13:13:35 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.10 to 2.9.11 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.10 to 2.9.11. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2 dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 3a9cfffd5e..21fcfdbbda 100644 --- a/constraints.txt +++ b/constraints.txt @@ -25,7 +25,7 @@ patool==4.0.1 pluggy==1.6.0 prometheus_client==0.21.1 psutil==7.0.0 -psycopg2==2.9.10 +psycopg2==2.9.11 pycryptodomex==3.23.0 pycups==2.0.4 Pygments==2.19.2 diff --git a/pyproject.toml b/pyproject.toml index a4f4c8a5c8..b837a9067a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "tornado==4.5.3", # http://www.tornadoweb.org/en/stable/releases.html - "psycopg2==2.9.10", # http://initd.org/psycopg/articles/tag/release/ + "psycopg2==2.9.11", # http://initd.org/psycopg/articles/tag/release/ "sqlalchemy>=1.3,<1.4", # http://docs.sqlalchemy.org/en/latest/changelog/index.html "netifaces>=0.10,<0.12", # https://bitbucket.org/al45tair/netifaces/src/ "pycryptodomex==3.23.0", # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst