From ee2b93db422e9aab56b4e302085e7353c1f64348 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 04:46:00 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.8.6 to 2.9.1 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.6 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) Signed-off-by: dependabot-preview[bot] --- requirements_dev.txt | 2 +- requirements_test.txt | 2 +- sample_project/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 953a6e4..63150ee 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,4 +2,4 @@ bumpversion==0.6.0 wheel==0.36.2 pre-commit==2.11.1 black==20.8b1 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.1 diff --git a/requirements_test.txt b/requirements_test.txt index 485cfe0..06c34c5 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -6,4 +6,4 @@ pytest==6.1.2 pytest-django==4.1.0 pytest-cov==2.11.1 pytest-mock==3.5.1 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.1 diff --git a/sample_project/requirements.txt b/sample_project/requirements.txt index 950e181..c676f87 100644 --- a/sample_project/requirements.txt +++ b/sample_project/requirements.txt @@ -1,3 +1,3 @@ Django==3.1.7 -e ../ -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.1