From 0c7eae88986ce8d79f6a4ad6c9fcb328659da366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 01:21:59 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.5 to 2.9.6 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.5 to 2.9.6. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.6) --- 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..d4c7d52 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.6 pytz==2023.3 redis==4.5.1 uvicorn==0.20.0