From 138133c1367c576e4844f88345f69f571a5fde65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 21:39:38 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.8.6 to 2.9.5 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.6 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-binary dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/docker.txt | 2 +- requirements/local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/docker.txt b/requirements/docker.txt index ff2399c..124e783 100644 --- a/requirements/docker.txt +++ b/requirements/docker.txt @@ -17,7 +17,7 @@ iniconfig==1.1.1 mixer==7.2.0 packaging==21.3 pluggy==1.0.0 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.5 py==1.11.0 pyaml==21.10.1 pyparsing==3.0.7 diff --git a/requirements/local.txt b/requirements/local.txt index d9b95db..e519bc5 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -36,7 +36,7 @@ pycodestyle==2.8.0 pyflakes==2.4.0 pylint==2.12.2 pyparsing==3.0.6 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.5 pytest==6.2.5 pytest-cov==3.0.0 pytest-django==4.5.2