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