From b498275ba0b7e4e050c4f72ecc986732506d272e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:43:10 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.9 to 2.9.10 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_prod.txt b/requirements_prod.txt index 2a9a2c37d..ed6f35fb7 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -5,5 +5,5 @@ # Regular packages -r requirements.txt -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.10 django-redis==5.4.0