From d9af9f61977919cc0527b037f504a1e6b521738d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 10:34:53 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.1 to 2.9.5 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.1 to 2.9.5. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [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] --- locked-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locked-requirements.txt b/locked-requirements.txt index 202427d..e9d6901 100644 --- a/locked-requirements.txt +++ b/locked-requirements.txt @@ -13,7 +13,7 @@ mccabe==0.6.1 pip==21.2.4 pipdeptree==2.1.0 psycopg2-binary==2.9.1 -psycopg2==2.9.1 +psycopg2==2.9.5 pylint==2.11.1 python-dotenv==0.19.0 pytz==2021.3 diff --git a/requirements.txt b/requirements.txt index dc92822..c841c8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ django-filter==2.4.0 # Database (PostgreSQL) dj-database-url==0.5.0 -psycopg2==2.9.1 +psycopg2==2.9.5 psycopg2-binary==2.9.1 # Heroku