From 470997486a76c73e31c0ebeefee5d1d356827532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 03:04:26 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.8.2 to 2.9.1 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.2 to 2.9.1. - [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-binary dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup/postgresql.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a5df69c0787..ce37704bce6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ mysqlclient==1.4.2 pandas>=0.24.2 pdfkit==0.6.1 Pillow==6.0.0 # required by django-imagekit -psycopg2-binary==2.8.2 +psycopg2-binary==2.9.1 cryptography==2.7 pygments==2.4.2 python-dateutil==2.8.0 diff --git a/setup/postgresql.txt b/setup/postgresql.txt index b4b9d9f4b5e..55739d67300 100644 --- a/setup/postgresql.txt +++ b/setup/postgresql.txt @@ -1,3 +1,3 @@ # Pip installs needed for PostgreSQL DB support -r ../requirements.txt -psycopg2-binary==2.7.5 +psycopg2-binary==2.9.1