From 59d1ee2ab704fc0dc1453eeef77f713f77766115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:21:14 +0000 Subject: [PATCH] Update psycopg2-binary requirement from ~=2.9.5 to ~=2.9.10 Updates the requirements on [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version. - [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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 32a258d0..ab75b946 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ python-dateutil~=2.8.2 boto3~=1.34.137 django-storages~=1.13 gunicorn~=21.2.0 -psycopg2-binary~=2.9.5 +psycopg2-binary~=2.9.10 sentry-sdk~=1.44.0 ddtrace~=2.9.2 setproctitle~=1.3.2 \ No newline at end of file