From 3779a58de795c80935342ab28ecf77a8afa991ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 09:51:18 +0200 Subject: [PATCH] Bump psycopg2 from 2.9.6 to 2.9.7 (#11330) * Bump psycopg2 from 2.9.6 to 2.9.7 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.7. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.7) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * - Align setup.cfg to requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afabiani --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 700eff43551..cf3512a3829 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # native dependencies Pillow==10.0.0 lxml==4.9.3 -psycopg2==2.9.6 +psycopg2==2.9.7 Django==3.2.20 # Other diff --git a/setup.cfg b/setup.cfg index 4de6c39e998..2485f957baf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = # native dependencies Pillow==10.0.0 lxml==4.9.3 - psycopg2==2.9.6 + psycopg2==2.9.7 Django==3.2.20 # Other