From 61cbd3bbc707d533bfbc774284c34d26cd43e460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:47:36 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.7 to 2.9.10 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.7 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bde9a48daf..a4be226c19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ tornado==4.5.3 # http://www.tornadoweb.org/en/stable/releases.html -psycopg2==2.9.7 # http://initd.org/psycopg/articles/tag/release/ +psycopg2==2.9.10 # 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.11 # https://bitbucket.org/al45tair/netifaces/src/ pycryptodomex==3.19.0 # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst