From 6bd0c890f7ac4c2cdb514d71c740ecc1c6d4e420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 13:55:39 +0000 Subject: [PATCH] Update psycopg2-binary requirement from <2.9,>=2.8 to >=2.8,<2.10 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] --- postgresql-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql-requirements.txt b/postgresql-requirements.txt index 78c082246..ba0a78f6e 100644 --- a/postgresql-requirements.txt +++ b/postgresql-requirements.txt @@ -1 +1 @@ -psycopg2-binary>=2.8,<2.9 +psycopg2-binary>=2.8,<2.10