From 68c119c3d6d634aad19ee78d6915f64e9e4e7f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 23:06:08 +0000 Subject: [PATCH] Bump psycopg2 from 2.8.6 to 2.9.3 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.8.6 to 2.9.3. - [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..522db9a 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.3 pytz==2020.4 sqlparse==0.4.1 whitenoise==5.2.0