From 24debb89c2120d166f3760c40c6460d0184be13d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:00:21 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.3 to 2.9.9 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.9) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30804168..1091c03c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ backports.zoneinfo==0.2.1 dj-database-url==0.5.0 Django==4.0.3 gunicorn==20.1.0 -psycopg2-binary==2.9.3 +psycopg2-binary==2.9.9 sqlparse==0.4.2 whitenoise==6.0.0