From 4fbba2bc6045b96088306c5a596675f4e4ec9f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 23:14:10 +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 5c988c4..63e1eae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.3.1 Django==3.1.3 gunicorn==20.0.4 -psycopg2==2.8.6 +psycopg2==2.9.5 pytz==2020.4 sqlparse==0.4.1 whitenoise==5.2.0