From b354958d9b4c4856384fd7dd58958518703d73c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:08:36 +0000 Subject: [PATCH] Update psycopg[binary] requirement in /requirements Updates the requirements on [psycopg[binary]](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1...3.2.4) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 9c540c3f3..7f85ae79a 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -2,7 +2,7 @@ elasticsearch==5.5.3 # Additional dependencies for Heroku, AWS, and Google Cloud deployment uwsgi>=2.0.17,<2.1 -psycopg[binary]>=3.1,<3.2 +psycopg[binary]>=3.1,<3.3 whitenoise==6.6.0 boto3==1.9.189 google-cloud-storage==2.13.0