From b43795589e7fda370e8dee2855dfabd832468769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 17:07:53 +0000 Subject: [PATCH] Bump psycopg2 from 2.8.6 to 2.9.5 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.8.6 to 2.9.5. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65a063e..ce0aac8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ juntagrico==1.3.9 gunicorn==20.0.4 -psycopg2==2.8.6 +psycopg2==2.9.5 Faker==6.5.0