From 4e9ecbe8ef1f6f207d144ff583a85a21a9586bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 06:47:21 +0000 Subject: [PATCH] Update psycopg2-binary requirement from ~=2.9.5 to ~=2.9.9 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/compare/2.9.6...2.9.9) --- 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 02b0bcd2..bd1c9c8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ python-dateutil~=2.8.2 boto3~=1.28.10 django-storages~=1.13 gunicorn~=20.1.0 -psycopg2-binary~=2.9.5 +psycopg2-binary~=2.9.9 sentry-sdk~=1.28.1 ddtrace~=2.1.4 setproctitle~=1.3.2 \ No newline at end of file