From b40d07663b4d7af57256fbc66c5ba3c030fa5b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:50:25 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.8 to 2.9.9 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.8 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.8...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_prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_prod.txt b/requirements_prod.txt index 729c609e9..f0e3eeaae 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -5,5 +5,5 @@ # Regular packages -r requirements.txt -psycopg2-binary==2.9.8 +psycopg2-binary==2.9.9 django-redis==5.3.0