From 72f0b5aaeba030a5fa2613ecdee3b38f6ec4ec8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 15:45:53 +0000 Subject: [PATCH] [noissue]: Update psycopg2 requirement from <2.9,>=2.7 to >=2.7,<2.10 Updates the requirements on [psycopg2](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 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fe42140620..f6ce776cdbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ dynaconf~=3.1.4 gunicorn~=20.1.0 jinja2 pygtrie~=2.4.2 -psycopg2>=2.7,<2.9 # pin to < 2.9 until django 3 +psycopg2>=2.7,<2.10 # pin to < 2.9 until django 3 PyYAML>=5.1.1,<5.5.0 python-gnupg~=0.4.7 redis>=3.4.0