From 0e37bb7a384b2aca45d5f4c60ff943d2b7f44ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 23:01:06 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.3 to 2.9.4 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.4. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [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 37ea2f3f7..46f539953 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -6,6 +6,6 @@ -r requirements.txt gunicorn~=20.1 -psycopg2-binary==2.9.3 +psycopg2-binary==2.9.4 django-redis==5.2.0