From 5dbf1392c788395e434a18002004f473cd00db85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 18:00:55 +0000 Subject: [PATCH] Update psycopg2-binary requirement from ~=2.8.5 to ~=2.9.5 Updates the requirements on [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version. - [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 ... 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 d1e62a0..e6d16fe 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1 +1 @@ -psycopg2-binary ~= 2.8.5 +psycopg2-binary ~= 2.9.5