diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index 97a4dfad9613..54d156015070 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,5 +1,5 @@ -Django==1.11.4 -mysqlclient==1.3.10 -wheel==0.29.0 +Django==1.11.5 +mysqlclient==1.3.12 +wheel==0.30.0 gunicorn==19.7.1 psycopg2==2.7.3.1 diff --git a/appengine/flexible/hello_world_django/requirements.txt b/appengine/flexible/hello_world_django/requirements.txt index 1ddd24d1a5c3..8b47f3d4f364 100644 --- a/appengine/flexible/hello_world_django/requirements.txt +++ b/appengine/flexible/hello_world_django/requirements.txt @@ -1,2 +1,2 @@ -Django==1.11.4 +Django==1.11.5 gunicorn==19.7.1 diff --git a/appengine/flexible/pubsub/requirements.txt b/appengine/flexible/pubsub/requirements.txt index 39c36a8ad5a5..6d41759a2244 100644 --- a/appengine/flexible/pubsub/requirements.txt +++ b/appengine/flexible/pubsub/requirements.txt @@ -1,3 +1,3 @@ Flask==0.12.2 -google-cloud-pubsub==0.28.2 +google-cloud-pubsub==0.28.3 gunicorn==19.7.1 diff --git a/appengine/flexible/sendgrid/requirements.txt b/appengine/flexible/sendgrid/requirements.txt index 9e8a47c390c8..3bce53d7baa2 100644 --- a/appengine/flexible/sendgrid/requirements.txt +++ b/appengine/flexible/sendgrid/requirements.txt @@ -1,3 +1,3 @@ Flask==0.12.2 -sendgrid==5.0.1 +sendgrid==5.2.0 gunicorn==19.7.1 diff --git a/appengine/standard/django/requirements-vendor.txt b/appengine/standard/django/requirements-vendor.txt index bb666bf632c9..3134dce646a7 100644 --- a/appengine/standard/django/requirements-vendor.txt +++ b/appengine/standard/django/requirements-vendor.txt @@ -1 +1 @@ -Django==1.11.4 +Django==1.11.5 diff --git a/appengine/standard/django/requirements.txt b/appengine/standard/django/requirements.txt index cc14b8fac777..f1118931c13f 100644 --- a/appengine/standard/django/requirements.txt +++ b/appengine/standard/django/requirements.txt @@ -1,2 +1,2 @@ MySQL-python==1.2.5 -Django==1.11.4 +Django==1.11.5 diff --git a/appengine/standard/endpoints-frameworks-v2/echo/requirements.txt b/appengine/standard/endpoints-frameworks-v2/echo/requirements.txt index b7222a65ba59..3a013dbfcd16 100644 --- a/appengine/standard/endpoints-frameworks-v2/echo/requirements.txt +++ b/appengine/standard/endpoints-frameworks-v2/echo/requirements.txt @@ -1,2 +1,2 @@ -google-endpoints==2.2.1 +google-endpoints==2.2.2 google-endpoints-api-management==1.1.3 diff --git a/appengine/standard/firebase/firenotes/backend/requirements.txt b/appengine/standard/firebase/firenotes/backend/requirements.txt index c1c61d9530e1..eda5b3d9e168 100644 --- a/appengine/standard/firebase/firenotes/backend/requirements.txt +++ b/appengine/standard/firebase/firenotes/backend/requirements.txt @@ -1,5 +1,5 @@ Flask==0.12.2 -pyjwt==1.5.2 +pyjwt==1.5.3 flask-cors==3.0.3 google-auth==1.0.2 requests==2.18.4 diff --git a/appengine/standard/sendgrid/requirements.txt b/appengine/standard/sendgrid/requirements.txt index 1b5aa69a87c8..83f5e63452ba 100644 --- a/appengine/standard/sendgrid/requirements.txt +++ b/appengine/standard/sendgrid/requirements.txt @@ -1 +1 @@ -sendgrid==5.0.1 +sendgrid==5.2.0 diff --git a/compute/xmpp_wikibot/requirements.txt b/compute/xmpp_wikibot/requirements.txt index 9fe671f0893b..5f1c7c261682 100644 --- a/compute/xmpp_wikibot/requirements.txt +++ b/compute/xmpp_wikibot/requirements.txt @@ -1,4 +1,4 @@ Flask==0.12.2 requests==2.18.4 -sleekxmpp==1.3.2 +sleekxmpp==1.3.3 six==1.10.0 diff --git a/container_engine/django_tutorial/requirements.txt b/container_engine/django_tutorial/requirements.txt index 97a4dfad9613..54d156015070 100644 --- a/container_engine/django_tutorial/requirements.txt +++ b/container_engine/django_tutorial/requirements.txt @@ -1,5 +1,5 @@ -Django==1.11.4 -mysqlclient==1.3.10 -wheel==0.29.0 +Django==1.11.5 +mysqlclient==1.3.12 +wheel==0.30.0 gunicorn==19.7.1 psycopg2==2.7.3.1 diff --git a/endpoints/bookstore-grpc/requirements.txt b/endpoints/bookstore-grpc/requirements.txt index 9243b51bd758..4039ec25ae1e 100644 --- a/endpoints/bookstore-grpc/requirements.txt +++ b/endpoints/bookstore-grpc/requirements.txt @@ -1,2 +1,2 @@ -grpcio==1.4.0 +grpcio==1.6.0 google-auth==1.0.2 diff --git a/endpoints/getting-started-grpc/requirements.txt b/endpoints/getting-started-grpc/requirements.txt index c129d42d2357..0702ae68ff72 100644 --- a/endpoints/getting-started-grpc/requirements.txt +++ b/endpoints/getting-started-grpc/requirements.txt @@ -1,2 +1,2 @@ -grpcio==1.4.0 -grpcio-tools==1.4.0 +grpcio==1.6.0 +grpcio-tools==1.6.0 diff --git a/iap/requirements.txt b/iap/requirements.txt index 10364102fb70..a45901752964 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,4 +1,4 @@ -PyJWT==1.5.2 +PyJWT==1.5.3 cryptography==2.0.3 google-auth==1.0.2 requests==2.18.4 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index 986935158163..303cde347358 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,3 +1,3 @@ cryptography==2.0.3 -pyjwt==1.5.2 +pyjwt==1.5.3 paho-mqtt==1.3.0 diff --git a/iot/api-client/scripts/requirements.txt b/iot/api-client/scripts/requirements.txt index 6b4c47db9052..17edefdddb4f 100644 --- a/iot/api-client/scripts/requirements.txt +++ b/iot/api-client/scripts/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==0.28.2 +google-cloud-pubsub==0.28.3 diff --git a/pubsub/cloud-client/requirements.txt b/pubsub/cloud-client/requirements.txt index 6b4c47db9052..17edefdddb4f 100644 --- a/pubsub/cloud-client/requirements.txt +++ b/pubsub/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==0.28.2 +google-cloud-pubsub==0.28.3 diff --git a/storage/cloud-client/requirements.txt b/storage/cloud-client/requirements.txt index 3769a9db7097..11a282e7bfd3 100644 --- a/storage/cloud-client/requirements.txt +++ b/storage/cloud-client/requirements.txt @@ -1,2 +1,2 @@ google-cloud-storage==1.4.0 -google-cloud-pubsub==0.28.2 +google-cloud-pubsub==0.28.3 diff --git a/testing/requirements.txt b/testing/requirements.txt index 6eda45455805..e33c55192528 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -6,7 +6,7 @@ mock==2.0.0 mysql-python==1.2.5; python_version < "3.0" PyCrypto==2.6.1 pytest-cov==2.5.1 -pytest==3.2.1 +pytest==3.2.2 pytest-capturelog==0.7 pyyaml==3.12 responses==0.7.0