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