From 511d9b17f82c6cbf14259fe6c7ecbe3122fbd9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 03:15:29 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.7 to 2.9.9 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.7 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.7...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 1aa13135..118a8cb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Django==4.2.5 -psycopg2-binary==2.9.7 +psycopg2-binary==2.9.9 python-dotenv==1.0.0 whitenoise==6.5.0 \ No newline at end of file