diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index a20414660f..d31626ef2a 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0.1 +Django==2.0.2 mysqlclient==1.3.12 wheel==0.30.0 gunicorn==19.7.1 diff --git a/appengine/flexible/hello_world_django/requirements.txt b/appengine/flexible/hello_world_django/requirements.txt index be3ded4f33..8665652d6d 100644 --- a/appengine/flexible/hello_world_django/requirements.txt +++ b/appengine/flexible/hello_world_django/requirements.txt @@ -1,2 +1,2 @@ -Django==2.0.1 +Django==2.0.2 gunicorn==19.7.1 diff --git a/container_engine/django_tutorial/requirements.txt b/container_engine/django_tutorial/requirements.txt index a20414660f..d31626ef2a 100644 --- a/container_engine/django_tutorial/requirements.txt +++ b/container_engine/django_tutorial/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0.1 +Django==2.0.2 mysqlclient==1.3.12 wheel==0.30.0 gunicorn==19.7.1 diff --git a/endpoints/bookstore-grpc/requirements.txt b/endpoints/bookstore-grpc/requirements.txt index 3e975a0e79..6d2c8a4704 100644 --- a/endpoints/bookstore-grpc/requirements.txt +++ b/endpoints/bookstore-grpc/requirements.txt @@ -1,2 +1,2 @@ -grpcio==1.8.6 +grpcio==1.9.0 google-auth==1.3.0 diff --git a/endpoints/getting-started-grpc/requirements.txt b/endpoints/getting-started-grpc/requirements.txt index 9942a2f6df..0f54881cf3 100644 --- a/endpoints/getting-started-grpc/requirements.txt +++ b/endpoints/getting-started-grpc/requirements.txt @@ -1,2 +1,2 @@ -grpcio==1.8.6 -grpcio-tools==1.8.6 +grpcio==1.9.0 +grpcio-tools==1.9.0 diff --git a/testing/requirements.txt b/testing/requirements.txt index a13e1cc094..ba1c1eb3d0 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.6.0 -coverage==4.4.2 +coverage==4.5 flaky==3.4.0 funcsigs==1.0.2 mock==2.0.0