From 4a126d4e9e1d80ceaa301eb78ebff1fd8aa831b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:35:30 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.6 to 2.9.9 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.9) --- 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..fda2a960 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.9 # via -r requirements/production.in pycparser==2.21 # via