From a4c379d89a2516c74328a1d14951b8c754e18dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 05:17:05 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.7 to 2.9.8 in /requirements Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.7 to 2.9.8. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.7...2.9.8) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/ci.txt | 2 +- requirements/local-base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 885af19a..de7031ad 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -7,7 +7,7 @@ django-extensions==3.2.3 structlog>=21.4.0 colorama>=0.4.3 -psycopg2-binary==2.9.7 # https://github.com/psycopg/psycopg2 +psycopg2-binary==2.9.8 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ diff --git a/requirements/local-base.txt b/requirements/local-base.txt index e64752b0..01c0fff2 100644 --- a/requirements/local-base.txt +++ b/requirements/local-base.txt @@ -21,7 +21,7 @@ django-ipware==5.0.0 Werkzeug==2.3.7 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb -psycopg2-binary==2.9.7 # https://github.com/psycopg/psycopg2 +psycopg2-binary==2.9.8 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------