diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index 13bbb36c1da..956f09ab455 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,4 +1,4 @@ -Django==1.10.1 -mysqlclient==1.3.8 +Django==1.10.2 +mysqlclient==1.3.9 wheel==0.30.0a0 gunicorn==19.6.0 diff --git a/appengine/flexible/hello_world_django/requirements.txt b/appengine/flexible/hello_world_django/requirements.txt index 96d70955c8a..90b5c91608e 100644 --- a/appengine/flexible/hello_world_django/requirements.txt +++ b/appengine/flexible/hello_world_django/requirements.txt @@ -1,2 +1,2 @@ -Django==1.10.1 +Django==1.10.2 gunicorn==19.6.0 diff --git a/container_engine/django_tutorial/requirements.txt b/container_engine/django_tutorial/requirements.txt index 13bbb36c1da..956f09ab455 100644 --- a/container_engine/django_tutorial/requirements.txt +++ b/container_engine/django_tutorial/requirements.txt @@ -1,4 +1,4 @@ -Django==1.10.1 -mysqlclient==1.3.8 +Django==1.10.2 +mysqlclient==1.3.9 wheel==0.30.0a0 gunicorn==19.6.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 7cc6480bcc6..fc8f604fce2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ beautifulsoup4==4.5.1 coverage==4.2 cryptography==1.5.2 -Django==1.10.1 +Django==1.10.2 flake8==3.0.4 flaky==3.3.0 flask-cors==3.0.2 @@ -30,7 +30,7 @@ kinto==4.2.0 mailjet-rest==v1.2.2 mock==2.0.0 mysql-python==1.2.5; python_version == '2.7' -mysqlclient==1.3.8 +mysqlclient==1.3.9 numpy==1.11.2rc1 oauth2client==3.0.0 Pillow==3.3.1