From 4dae65a8e09ff06ab325ac79272df2a09cf8238c Mon Sep 17 00:00:00 2001 From: DPE bot Date: Mon, 24 Apr 2017 18:11:11 +0000 Subject: [PATCH 1/3] Auto-update dependencies. --- bigquery/cloud-client/requirements.txt | 2 +- bigquery/dml/requirements.txt | 6 +++--- bigquery/rest/requirements.txt | 2 +- bigtable/hello/requirements.txt | 4 ++-- bigtable/hello_happybase/requirements.txt | 4 ++-- .../requirements.txt | 2 +- compute/encryption/requirements.txt | 2 +- compute/xmpp_wikibot/requirements.txt | 4 ++-- container_engine/django_tutorial/requirements.txt | 4 ++-- dataproc/requirements.txt | 2 +- dns/api/requirements.txt | 2 +- endpoints/bookstore-grpc/requirements.txt | 4 ++-- endpoints/getting-started-grpc/requirements.txt | 4 ++-- endpoints/getting-started/requirements.txt | 4 ++-- error_reporting/requirements.txt | 2 +- iap/app_engine_app/requirements.txt | 2 +- iap/requirements.txt | 6 +++--- logging/cloud-client/requirements.txt | 2 +- monitoring/api/v3/cloud-client/requirements.txt | 2 +- spanner/cloud-client/requirements.txt | 2 +- storage/cloud-client/requirements.txt | 4 ++-- testing/requirements.txt | 6 +++--- 22 files changed, 36 insertions(+), 36 deletions(-) diff --git a/bigquery/cloud-client/requirements.txt b/bigquery/cloud-client/requirements.txt index ba11329ac71..2ca20a5bd62 100644 --- a/bigquery/cloud-client/requirements.txt +++ b/bigquery/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-bigquery==0.22.1 +google-cloud-bigquery==0.24.0 diff --git a/bigquery/dml/requirements.txt b/bigquery/dml/requirements.txt index 3fd4ed13e9c..de84a2eadcb 100644 --- a/bigquery/dml/requirements.txt +++ b/bigquery/dml/requirements.txt @@ -1,5 +1,5 @@ flake8==3.3.0 -google-cloud-bigquery==0.22.1 -PyMySQL==0.7.10 +google-cloud-bigquery==0.24.0 +PyMySQL==0.7.11 six==1.10.0 -SQLAlchemy==1.1.5 +SQLAlchemy==1.1.9 diff --git a/bigquery/rest/requirements.txt b/bigquery/rest/requirements.txt index 12f46ca6c8b..d1ab2eb94bb 100644 --- a/bigquery/rest/requirements.txt +++ b/bigquery/rest/requirements.txt @@ -1,2 +1,2 @@ -google-auth==0.8.0 +google-auth==1.0.0 requests==2.13.0 diff --git a/bigtable/hello/requirements.txt b/bigtable/hello/requirements.txt index 6a830b7f8b9..6d987452d99 100644 --- a/bigtable/hello/requirements.txt +++ b/bigtable/hello/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-bigtable==0.22.0 -google-cloud-core==0.23.0 +google-cloud-bigtable==0.24.0 +google-cloud-core==0.24.0 diff --git a/bigtable/hello_happybase/requirements.txt b/bigtable/hello_happybase/requirements.txt index 4009ed79859..9271b954830 100644 --- a/bigtable/hello_happybase/requirements.txt +++ b/bigtable/hello_happybase/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-happybase==0.22.0 -google-cloud-core==0.23.0 +google-cloud-happybase==0.24.0 +google-cloud-core==0.24.0 diff --git a/blog/introduction_to_data_models_in_cloud_datastore/requirements.txt b/blog/introduction_to_data_models_in_cloud_datastore/requirements.txt index 26a39994735..eb06223b9c0 100644 --- a/blog/introduction_to_data_models_in_cloud_datastore/requirements.txt +++ b/blog/introduction_to_data_models_in_cloud_datastore/requirements.txt @@ -1 +1 @@ -google-cloud-datastore==0.22.1 +google-cloud-datastore==1.0.0 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index d2a134ca12f..add344fedae 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,2 +1,2 @@ -cryptography==1.7.2 +cryptography==1.8.1 requests==2.13.0 diff --git a/compute/xmpp_wikibot/requirements.txt b/compute/xmpp_wikibot/requirements.txt index 1ba6c1b8464..ada75750e0e 100644 --- a/compute/xmpp_wikibot/requirements.txt +++ b/compute/xmpp_wikibot/requirements.txt @@ -1,4 +1,4 @@ -Flask==0.12 +Flask==0.12.1 requests==2.13.0 -sleekxmpp==1.3.1 +sleekxmpp==1.3.2 six==1.10.0 diff --git a/container_engine/django_tutorial/requirements.txt b/container_engine/django_tutorial/requirements.txt index 324b5b0dc15..3fe002b6a67 100644 --- a/container_engine/django_tutorial/requirements.txt +++ b/container_engine/django_tutorial/requirements.txt @@ -1,5 +1,5 @@ -Django==1.10.5 +Django==1.11 mysqlclient==1.3.10 wheel==0.29.0 -gunicorn==19.6.0 +gunicorn==19.7.1 psycopg2==2.7.1 diff --git a/dataproc/requirements.txt b/dataproc/requirements.txt index 407320892a6..0b63cfebb88 100644 --- a/dataproc/requirements.txt +++ b/dataproc/requirements.txt @@ -1,2 +1,2 @@ google-api-python-client==1.6.2 -google-cloud==0.22.0 +google-cloud==0.24.0 diff --git a/dns/api/requirements.txt b/dns/api/requirements.txt index e1e3e335ee5..cf324832225 100644 --- a/dns/api/requirements.txt +++ b/dns/api/requirements.txt @@ -1 +1 @@ -google-cloud-dns==0.22.0 +google-cloud-dns==0.24.0 diff --git a/endpoints/bookstore-grpc/requirements.txt b/endpoints/bookstore-grpc/requirements.txt index 375f893231f..6173692c9e8 100644 --- a/endpoints/bookstore-grpc/requirements.txt +++ b/endpoints/bookstore-grpc/requirements.txt @@ -1,2 +1,2 @@ -grpcio==1.1.0 -google-auth==0.8.0 +grpcio==1.2.1 +google-auth==1.0.0 diff --git a/endpoints/getting-started-grpc/requirements.txt b/endpoints/getting-started-grpc/requirements.txt index 5e131f557a2..1850df625b1 100644 --- a/endpoints/getting-started-grpc/requirements.txt +++ b/endpoints/getting-started-grpc/requirements.txt @@ -1,2 +1,2 @@ -grpcio==1.1.3 -grpcio-tools==1.1.3 +grpcio==1.2.1 +grpcio-tools==1.2.1 diff --git a/endpoints/getting-started/requirements.txt b/endpoints/getting-started/requirements.txt index 79e196c69c3..4cb340d0101 100644 --- a/endpoints/getting-started/requirements.txt +++ b/endpoints/getting-started/requirements.txt @@ -1,6 +1,6 @@ -Flask==0.12 +Flask==0.12.1 flask-cors==3.0.2 -gunicorn==19.6.0 +gunicorn==19.7.1 six==1.10.0 pyyaml==3.12 requests==2.13.0 diff --git a/error_reporting/requirements.txt b/error_reporting/requirements.txt index f9e86ea8c54..27ed0c0711f 100644 --- a/error_reporting/requirements.txt +++ b/error_reporting/requirements.txt @@ -1 +1 @@ -google-cloud-error-reporting==0.22.0 +google-cloud-error-reporting==0.24.1 diff --git a/iap/app_engine_app/requirements.txt b/iap/app_engine_app/requirements.txt index 24a15912595..3d764c88251 100644 --- a/iap/app_engine_app/requirements.txt +++ b/iap/app_engine_app/requirements.txt @@ -1 +1 @@ -flask==0.12.0 +flask==0.12.1 diff --git a/iap/requirements.txt b/iap/requirements.txt index 2d30874dd71..f408703409f 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,5 +1,5 @@ -PyJWT==1.4.2 -cryptography==1.7.2 -google-auth==0.8.0 +PyJWT==1.5.0 +cryptography==1.8.1 +google-auth==1.0.0 requests==2.13.0 requests_toolbelt==0.7.1 diff --git a/logging/cloud-client/requirements.txt b/logging/cloud-client/requirements.txt index 4b9f9fcb756..4942b24ad74 100644 --- a/logging/cloud-client/requirements.txt +++ b/logging/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-logging==0.22.0 +google-cloud-logging==1.0.0 diff --git a/monitoring/api/v3/cloud-client/requirements.txt b/monitoring/api/v3/cloud-client/requirements.txt index c2b0e92a825..1969c55700f 100644 --- a/monitoring/api/v3/cloud-client/requirements.txt +++ b/monitoring/api/v3/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-monitoring==0.22.0 +google-cloud-monitoring==0.24.0 diff --git a/spanner/cloud-client/requirements.txt b/spanner/cloud-client/requirements.txt index 8afaefa2c6f..91415bdddde 100644 --- a/spanner/cloud-client/requirements.txt +++ b/spanner/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-spanner==0.23.0 +google-cloud-spanner==0.24.0 diff --git a/storage/cloud-client/requirements.txt b/storage/cloud-client/requirements.txt index 7b8c63145d7..6a14b5cdf99 100644 --- a/storage/cloud-client/requirements.txt +++ b/storage/cloud-client/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-storage==0.22.0 -google-cloud-pubsub==0.22.0 +google-cloud-storage==1.0.0 +google-cloud-pubsub==0.24.0 diff --git a/testing/requirements.txt b/testing/requirements.txt index 4b2c1675822..23611af95a4 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -6,12 +6,12 @@ mock==2.0.0 mysql-python==1.2.5; python_version < "3.0" PyCrypto==2.6.1 pytest-cov==2.4.0 -pytest==3.0.6 +pytest==3.0.7 pytest-capturelog==0.7 pyyaml==3.12 responses==0.5.1 -WebTest==2.0.25 +WebTest==2.0.27 webapp2==2.5.2 google-api-python-client==1.6.2 -google-cloud-core==0.23.0 +google-cloud-core==0.24.0 gcp-devrel-py-tools==0.0.6 From 578f371c2d1d8b7751207bb3ab03d1cbfbf14565 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Mon, 24 Apr 2017 12:29:53 -0700 Subject: [PATCH 2/3] xfail the error reporting test --- error_reporting/report_exception_test.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/error_reporting/report_exception_test.py b/error_reporting/report_exception_test.py index 1ec03d1e19a..47aa561db84 100644 --- a/error_reporting/report_exception_test.py +++ b/error_reporting/report_exception_test.py @@ -12,8 +12,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -import report_exception +import pytest +import report_exception +@pytest.mark.xfail( + strict=True, + reason='GoogleCloudPlatform/google-cloud-python#3263') def test_error_sends(): report_exception.simulate_error() From 061b955f20cc0af8f673dbf1b4e49fd4e2067e13 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Mon, 24 Apr 2017 12:48:30 -0700 Subject: [PATCH 3/3] Fix lint --- error_reporting/report_exception_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/error_reporting/report_exception_test.py b/error_reporting/report_exception_test.py index 47aa561db84..fa51b03c0bd 100644 --- a/error_reporting/report_exception_test.py +++ b/error_reporting/report_exception_test.py @@ -16,6 +16,7 @@ import report_exception + @pytest.mark.xfail( strict=True, reason='GoogleCloudPlatform/google-cloud-python#3263')