diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index a0b870d6926..0d00fb65315 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -4,4 +4,4 @@ Django==2.2.9; python_version == '3.5' wheel==0.34.2 gunicorn==20.0.4 #psycopg2==2.8.4 # uncomment if you prefer to build from source -psycopg2-binary==2.8.4 +psycopg2-binary==2.8.5 diff --git a/appengine/standard_python37/cloudsql/requirements.txt b/appengine/standard_python37/cloudsql/requirements.txt index 26c0a0ebd99..1a4ccc2d710 100644 --- a/appengine/standard_python37/cloudsql/requirements.txt +++ b/appengine/standard_python37/cloudsql/requirements.txt @@ -1,5 +1,5 @@ flask==1.1.1 # psycopg2==2.8.4 -psycopg2-binary==2.8.4 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html +psycopg2-binary==2.8.5 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html PyMySQL==0.9.3 SQLAlchemy==1.3.16 diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index 08910054446..0dc4256cba4 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -8,4 +8,4 @@ wheel==0.34.2 gunicorn==20.0.4; python_version > '3.0' gunicorn==19.10.0; python_version < '3.0' # psycopg2==2.8.4 # uncomment if you prefer to build from source -psycopg2-binary==2.8.4 +psycopg2-binary==2.8.5