From 84b6aff12e04e773e3516ee56885fee993b32a7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 07:13:02 +0000 Subject: [PATCH] Bump psycopg2 from 2.6.2 to 2.9.1 in /api Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.6.2 to 2.9.1. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) Signed-off-by: dependabot-preview[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index bfba4af..4d3e4c5 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -11,7 +11,7 @@ djangorestframework==3.9.4 future==0.17.1 kombu==3.0.35 opbeat==3.5.1 -psycopg2==2.6.2 +psycopg2==2.9.1 pytz==2019.1 requests==2.22.0 urllib3==1.25.3