From fafa03f5f17d63fbc44eda6a22a5fecc5146bd20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 01:28:04 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.5 to 2.9.7 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.5 to 2.9.7. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.7) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9852cb3..9821ac7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ gunicorn==20.1.0 ecdsa==0.18.0 python-dateutil==2.8.2 python-socketio==4.6.1 -psycopg2==2.9.5 +psycopg2==2.9.7 pytz==2023.3 redis==4.5.1 uvicorn==0.20.0