From 982588dc659b12c46eb7e846818c3c735a646800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 23:56:47 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.5 to 2.9.6 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.5 to 2.9.6. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.6) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_docker.txt b/requirements_docker.txt index df25f2cc7..88358996f 100644 --- a/requirements_docker.txt +++ b/requirements_docker.txt @@ -6,5 +6,5 @@ -r requirements.txt gunicorn~=20.1 -psycopg2==2.9.5 +psycopg2==2.9.6 django-redis==5.2.0