From b9003fd57d42d33134576f8c3edd92f815bda6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 02:05:49 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.6 to 2.9.8 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.8. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.8) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 76425d74..02dd3d7d 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -59,7 +59,7 @@ packaging==23.1 # via # django-allow-cidr # gunicorn -psycopg2==2.9.6 +psycopg2==2.9.8 # via -r requirements/production.in pycparser==2.21 # via