From 71383880a749d7e1bbb58e2403baf5390ef58fd7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 14 Apr 2020 22:56:23 +0200 Subject: [PATCH] chore(deps): update dependency psycopg2 to v2.8.5 (#3282) --- appengine/flexible/cloudsql_postgresql/requirements.txt | 2 +- functions/sql/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine/flexible/cloudsql_postgresql/requirements.txt b/appengine/flexible/cloudsql_postgresql/requirements.txt index e55d1fd1c543..0fdc819bd4fd 100644 --- a/appengine/flexible/cloudsql_postgresql/requirements.txt +++ b/appengine/flexible/cloudsql_postgresql/requirements.txt @@ -1,5 +1,5 @@ Flask==1.1.2 Flask-SQLAlchemy==2.4.1 gunicorn==20.0.4 -#psycopg2==2.8.4 # You will need either this or psycopg-binary, see http://initd.org/psycopg/docs/install.html for more info +#psycopg2==2.8.5 # You will need either this or psycopg-binary, see http://initd.org/psycopg/docs/install.html for more info psycopg2-binary==2.8.5 diff --git a/functions/sql/requirements.txt b/functions/sql/requirements.txt index 2ebf20a2f3f2..b718a137759f 100644 --- a/functions/sql/requirements.txt +++ b/functions/sql/requirements.txt @@ -1,2 +1,2 @@ -psycopg2==2.8.4 +psycopg2==2.8.5 PyMySQL==0.9.3