From 73a092f64add266ebf84c0c817e25ff05504eed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:02:54 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.6 to 2.9.7 (#774) Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.7. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.7) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 23728b64..7137a579 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ ring==0.10.1 git+https://github.com/RoboSats/Robohash.git scipy==1.10.1 gunicorn==21.2.0 -psycopg2==2.9.6 +psycopg2==2.9.7 SQLAlchemy==2.0.16 django-import-export==3.2.0 requests[socks]