From 6cab133dc8c1b80956ab0fa07a15dd2422312a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:16:41 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.5 to 2.9.6 (#440) Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.5 to 2.9.6. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Reckless_Satoshi <90936742+Reckless-Satoshi@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 707e93d2..44537e9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ ring==0.10.1 git+https://github.com/RoboSats/Robohash.git scipy==1.10.1 gunicorn==20.1.0 -psycopg2==2.9.5 +psycopg2==2.9.6 SQLAlchemy==2.0.10 django-import-export==2.7.1 requests[socks]