From 333914f2830e60be6fdfcdda19fab67b0f7d3662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 18:01:14 +0000 Subject: [PATCH] Update psycopg2-binary requirement from ~=2.8.5 to ~=2.9.4 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..9d77bba 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1 +1 @@ -psycopg2-binary ~= 2.8.5 +psycopg2-binary ~= 2.9.4