diff --git a/appengine/flexible/analytics/requirements.txt b/appengine/flexible/analytics/requirements.txt index 202c254e07b2..da1bcd8111c6 100644 --- a/appengine/flexible/analytics/requirements.txt +++ b/appengine/flexible/analytics/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 requests[security]==2.22.0 diff --git a/appengine/flexible/cloudsql/requirements.txt b/appengine/flexible/cloudsql/requirements.txt index b21ca301631a..3a6d8955afa0 100644 --- a/appengine/flexible/cloudsql/requirements.txt +++ b/appengine/flexible/cloudsql/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.1 Flask-SQLAlchemy==2.4.1 -gunicorn==19.9.0 +gunicorn==20.0.4 PyMySQL==0.9.3 diff --git a/appengine/flexible/cloudsql_postgresql/requirements.txt b/appengine/flexible/cloudsql_postgresql/requirements.txt index 33483c3f6d97..1b441a0e9b6c 100644 --- a/appengine/flexible/cloudsql_postgresql/requirements.txt +++ b/appengine/flexible/cloudsql_postgresql/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.1 Flask-SQLAlchemy==2.4.1 -gunicorn==19.9.0 -psycopg2==2.8.3 +gunicorn==20.0.4 +psycopg2==2.8.4 diff --git a/appengine/flexible/disk/requirements.txt b/appengine/flexible/disk/requirements.txt index 93d7fd192ab5..573d9bfa6d33 100644 --- a/appengine/flexible/disk/requirements.txt +++ b/appengine/flexible/disk/requirements.txt @@ -1,2 +1,2 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index 5e898edbe09f..afa1650b8796 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,5 +1,5 @@ -Django==2.2.5 +Django==3.0.1 # mysqlclient==1.4.1 # Uncomment this line if using MySQL wheel==0.33.6 -gunicorn==19.9.0 -psycopg2==2.8.3 +gunicorn==20.0.4 +psycopg2==2.8.4 diff --git a/appengine/flexible/extending_runtime/requirements.txt b/appengine/flexible/extending_runtime/requirements.txt index 93d7fd192ab5..573d9bfa6d33 100644 --- a/appengine/flexible/extending_runtime/requirements.txt +++ b/appengine/flexible/extending_runtime/requirements.txt @@ -1,2 +1,2 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 diff --git a/appengine/flexible/hello_world/requirements.txt b/appengine/flexible/hello_world/requirements.txt index 93d7fd192ab5..573d9bfa6d33 100644 --- a/appengine/flexible/hello_world/requirements.txt +++ b/appengine/flexible/hello_world/requirements.txt @@ -1,2 +1,2 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 diff --git a/appengine/flexible/hello_world_django/requirements.txt b/appengine/flexible/hello_world_django/requirements.txt index 276142b9a250..8a6bdd090a0c 100644 --- a/appengine/flexible/hello_world_django/requirements.txt +++ b/appengine/flexible/hello_world_django/requirements.txt @@ -1,2 +1,2 @@ -Django==2.2.5 -gunicorn==19.9.0 +Django==3.0.1 +gunicorn==20.0.4 diff --git a/appengine/flexible/mailgun/requirements.txt b/appengine/flexible/mailgun/requirements.txt index 202c254e07b2..da1bcd8111c6 100644 --- a/appengine/flexible/mailgun/requirements.txt +++ b/appengine/flexible/mailgun/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 requests[security]==2.22.0 diff --git a/appengine/flexible/mailjet/requirements.txt b/appengine/flexible/mailjet/requirements.txt index b1a3a61db070..ad0c8e1694bc 100644 --- a/appengine/flexible/mailjet/requirements.txt +++ b/appengine/flexible/mailjet/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 requests[security]==2.22.0 mailjet-rest==1.3.3 diff --git a/appengine/flexible/memcache/requirements.txt b/appengine/flexible/memcache/requirements.txt index f8d9cfaa3b00..d1291411f6dd 100644 --- a/appengine/flexible/memcache/requirements.txt +++ b/appengine/flexible/memcache/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 pylibmc==1.6.1 diff --git a/appengine/flexible/metadata/requirements.txt b/appengine/flexible/metadata/requirements.txt index 202c254e07b2..da1bcd8111c6 100644 --- a/appengine/flexible/metadata/requirements.txt +++ b/appengine/flexible/metadata/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 requests[security]==2.22.0 diff --git a/appengine/flexible/multiple_services/gateway-service/requirements.txt b/appengine/flexible/multiple_services/gateway-service/requirements.txt index 9b7fae06c9b3..b859df8cb3b2 100644 --- a/appengine/flexible/multiple_services/gateway-service/requirements.txt +++ b/appengine/flexible/multiple_services/gateway-service/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 requests==2.22.0 diff --git a/appengine/flexible/multiple_services/static-service/requirements.txt b/appengine/flexible/multiple_services/static-service/requirements.txt index 9b7fae06c9b3..b859df8cb3b2 100644 --- a/appengine/flexible/multiple_services/static-service/requirements.txt +++ b/appengine/flexible/multiple_services/static-service/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 requests==2.22.0 diff --git a/appengine/flexible/numpy/requirements.txt b/appengine/flexible/numpy/requirements.txt index 95c9adb50ca7..2c897a5f5f7a 100644 --- a/appengine/flexible/numpy/requirements.txt +++ b/appengine/flexible/numpy/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -gunicorn==19.9.0 -numpy==1.17.2 +gunicorn==20.0.4 +numpy==1.17.4 diff --git a/appengine/flexible/pubsub/requirements.txt b/appengine/flexible/pubsub/requirements.txt index 5776bb2bf18c..60f9fdda307a 100644 --- a/appengine/flexible/pubsub/requirements.txt +++ b/appengine/flexible/pubsub/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -google-cloud-pubsub==1.0.0 -gunicorn==19.9.0 +google-cloud-pubsub==1.1.0 +gunicorn==20.0.4 diff --git a/appengine/flexible/redis/requirements.txt b/appengine/flexible/redis/requirements.txt index cc6ef9416482..3d18cfda2aae 100644 --- a/appengine/flexible/redis/requirements.txt +++ b/appengine/flexible/redis/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -gunicorn==19.9.0 -redis==3.3.8 +gunicorn==20.0.4 +redis==3.3.11 diff --git a/appengine/flexible/sendgrid/requirements.txt b/appengine/flexible/sendgrid/requirements.txt index 8a45a0f9d22f..3d049dc2986d 100644 --- a/appengine/flexible/sendgrid/requirements.txt +++ b/appengine/flexible/sendgrid/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 sendgrid==6.1.0 -gunicorn==19.9.0 +gunicorn==20.0.4 diff --git a/appengine/flexible/static_files/requirements.txt b/appengine/flexible/static_files/requirements.txt index 93d7fd192ab5..573d9bfa6d33 100644 --- a/appengine/flexible/static_files/requirements.txt +++ b/appengine/flexible/static_files/requirements.txt @@ -1,2 +1,2 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 diff --git a/appengine/flexible/storage/requirements.txt b/appengine/flexible/storage/requirements.txt index cc43052bfda2..b4b161b134dc 100644 --- a/appengine/flexible/storage/requirements.txt +++ b/appengine/flexible/storage/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -google-cloud-storage==1.19.1 -gunicorn==19.9.0 +google-cloud-storage==1.23.0 +gunicorn==20.0.4 diff --git a/appengine/flexible/tasks/requirements.txt b/appengine/flexible/tasks/requirements.txt index 13167074586e..c87b957c962f 100644 --- a/appengine/flexible/tasks/requirements.txt +++ b/appengine/flexible/tasks/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 google-cloud-tasks==1.3.0 googleapis-common-protos==1.6.0 diff --git a/appengine/flexible/twilio/requirements.txt b/appengine/flexible/twilio/requirements.txt index 96aa35b6d652..0de819434f1f 100644 --- a/appengine/flexible/twilio/requirements.txt +++ b/appengine/flexible/twilio/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -gunicorn==19.9.0 -twilio==6.31.0 +gunicorn==20.0.4 +twilio==6.35.1 diff --git a/appengine/flexible/websockets/requirements.txt b/appengine/flexible/websockets/requirements.txt index b1b3bc4f9f82..be55d2ff7ae0 100644 --- a/appengine/flexible/websockets/requirements.txt +++ b/appengine/flexible/websockets/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.1 Flask-Sockets==0.2.1 -gunicorn==19.9.0 +gunicorn==20.0.4 requests==2.22.0 diff --git a/appengine/standard/firebase/firenotes/backend/requirements.txt b/appengine/standard/firebase/firenotes/backend/requirements.txt index dbc9087db120..d6877c01ef4f 100644 --- a/appengine/standard/firebase/firenotes/backend/requirements.txt +++ b/appengine/standard/firebase/firenotes/backend/requirements.txt @@ -1,6 +1,6 @@ Flask==1.1.1 pyjwt==1.7.1 flask-cors==3.0.8 -google-auth==1.6.3 +google-auth==1.10.0 requests==2.22.0 requests-toolbelt==0.9.1 diff --git a/appengine/standard/mailgun/requirements.txt b/appengine/standard/mailgun/requirements.txt index 1a805314e460..993231295f8b 100644 --- a/appengine/standard/mailgun/requirements.txt +++ b/appengine/standard/mailgun/requirements.txt @@ -1 +1 @@ -httplib2==0.13.1 +httplib2==0.15.0 diff --git a/appengine/standard/storage/api-client/requirements.txt b/appengine/standard/storage/api-client/requirements.txt index 81808120b6ce..0237dc05ff61 100644 --- a/appengine/standard/storage/api-client/requirements.txt +++ b/appengine/standard/storage/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.7.11 -google-auth==1.6.3 +google-auth==1.10.0 google-auth-httplib2==0.0.3 diff --git a/appengine/standard_python37/bigquery/requirements.txt b/appengine/standard_python37/bigquery/requirements.txt index 4283d2fb9ac1..a38c284f482e 100644 --- a/appengine/standard_python37/bigquery/requirements.txt +++ b/appengine/standard_python37/bigquery/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-bigquery==1.20.0 +google-cloud-bigquery==1.23.1 Flask==1.1.1 diff --git a/appengine/standard_python37/building-an-app/building-an-app-2/requirements.txt b/appengine/standard_python37/building-an-app/building-an-app-2/requirements.txt index fb226bb63b2e..c5270c9d9f04 100644 --- a/appengine/standard_python37/building-an-app/building-an-app-2/requirements.txt +++ b/appengine/standard_python37/building-an-app/building-an-app-2/requirements.txt @@ -1,2 +1,2 @@ Flask==1.1.1 -google-cloud-datastore==1.9.0 +google-cloud-datastore==1.10.0 diff --git a/appengine/standard_python37/building-an-app/building-an-app-3/requirements.txt b/appengine/standard_python37/building-an-app/building-an-app-3/requirements.txt index f21ff6a99a8a..ab23dedfbab6 100644 --- a/appengine/standard_python37/building-an-app/building-an-app-3/requirements.txt +++ b/appengine/standard_python37/building-an-app/building-an-app-3/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.1 -google-cloud-datastore==1.9.0 -google-auth==1.6.3 +google-cloud-datastore==1.10.0 +google-auth==1.10.0 requests==2.22.0 diff --git a/appengine/standard_python37/building-an-app/building-an-app-4/requirements.txt b/appengine/standard_python37/building-an-app/building-an-app-4/requirements.txt index f21ff6a99a8a..ab23dedfbab6 100644 --- a/appengine/standard_python37/building-an-app/building-an-app-4/requirements.txt +++ b/appengine/standard_python37/building-an-app/building-an-app-4/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.1 -google-cloud-datastore==1.9.0 -google-auth==1.6.3 +google-cloud-datastore==1.10.0 +google-auth==1.10.0 requests==2.22.0 diff --git a/appengine/standard_python37/cloud_debugger/requirements.txt b/appengine/standard_python37/cloud_debugger/requirements.txt index 323aa492d4e4..50c03c6dff9a 100644 --- a/appengine/standard_python37/cloud_debugger/requirements.txt +++ b/appengine/standard_python37/cloud_debugger/requirements.txt @@ -1,2 +1,2 @@ Flask==1.1.1 -google-python-cloud-debugger +google-python-cloud-debugger==2.14 diff --git a/appengine/standard_python37/cloudsql/requirements.txt b/appengine/standard_python37/cloudsql/requirements.txt index ac534079e2d2..e3a501e447c8 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.3 -psycopg2-binary==2.8.3 +psycopg2==2.8.4 +psycopg2-binary==2.8.4 PyMySQL==0.9.3 -SQLAlchemy==1.3.8 +SQLAlchemy==1.3.12 diff --git a/appengine/standard_python37/django/requirements.txt b/appengine/standard_python37/django/requirements.txt index 2240b0c328ec..d3add46b4737 100644 --- a/appengine/standard_python37/django/requirements.txt +++ b/appengine/standard_python37/django/requirements.txt @@ -1,2 +1,2 @@ -Django==2.1.14 +Django==3.0.1 PyMySQL==0.9.3 diff --git a/appengine/standard_python37/pubsub/requirements.txt b/appengine/standard_python37/pubsub/requirements.txt index 51b3fb725a03..fb2e9dbd9242 100644 --- a/appengine/standard_python37/pubsub/requirements.txt +++ b/appengine/standard_python37/pubsub/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.1 google-api-python-client==1.7.11 -google-auth==1.6.3 -google-cloud-pubsub==1.0.0 +google-auth==1.10.0 +google-cloud-pubsub==1.1.0 diff --git a/appengine/standard_python37/redis/requirements.txt b/appengine/standard_python37/redis/requirements.txt index 42aa6b2a220c..ec453d8c4491 100644 --- a/appengine/standard_python37/redis/requirements.txt +++ b/appengine/standard_python37/redis/requirements.txt @@ -1,2 +1,2 @@ Flask==1.1.1 -redis==3.3.8 +redis==3.3.11 diff --git a/appengine/standard_python37/spanner/requirements.txt b/appengine/standard_python37/spanner/requirements.txt index c9d9f4eaec32..ffebe900b2c2 100644 --- a/appengine/standard_python37/spanner/requirements.txt +++ b/appengine/standard_python37/spanner/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-spanner==1.10.0 +google-cloud-spanner==1.13.0 Flask==1.1.1 diff --git a/asset/cloud-client/requirements.txt b/asset/cloud-client/requirements.txt index 242f4268486a..4c475baaaec3 100644 --- a/asset/cloud-client/requirements.txt +++ b/asset/cloud-client/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-storage==1.19.1 +google-cloud-storage==1.23.0 google-cloud-asset==0.6.0 -google-cloud-resource-manager==0.29.2 -google-cloud-pubsub==1.0.2 \ No newline at end of file +google-cloud-resource-manager==0.30.0 +google-cloud-pubsub==1.1.0 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index 4bb479d02d91..877d1c39762c 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.7.11 google-auth-httplib2==0.0.3 -google-auth==1.6.3 +google-auth==1.10.0 diff --git a/auth/cloud-client/requirements.txt b/auth/cloud-client/requirements.txt index 0a5663f1846c..70d69cfcac86 100644 --- a/auth/cloud-client/requirements.txt +++ b/auth/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-storage==1.19.1 +google-cloud-storage==1.23.0 diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index f60263e1d5c0..b543a29caecd 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,5 +1,5 @@ -google-auth==1.6.3 -google-auth-oauthlib==0.4.0 +google-auth==1.10.0 +google-auth-oauthlib==0.4.1 google-auth-httplib2==0.0.3 google-api-python-client==1.7.11 flask==1.1.1 diff --git a/auth/http-client/requirements.txt b/auth/http-client/requirements.txt index 34bd4a877af9..2c0823f9d4b0 100644 --- a/auth/http-client/requirements.txt +++ b/auth/http-client/requirements.txt @@ -1,2 +1,2 @@ requests==2.22.0 -google-auth==1.6.3 +google-auth==1.10.0 diff --git a/automl/beta/requirements.txt b/automl/beta/requirements.txt index 7d202213a88a..08350c58c60c 100644 --- a/automl/beta/requirements.txt +++ b/automl/beta/requirements.txt @@ -1 +1 @@ -google-cloud-automl==0.7.0 +google-cloud-automl==0.9.0 diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index e4c7c1b0c2e6..6ba0ec2f263f 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,5 +1,5 @@ -google-cloud-bigquery==1.20.0 +google-cloud-bigquery==1.23.1 google-cloud-bigquery-storage==0.7.0 -pandas==0.25.1 -pandas-gbq==0.11.0 -pyarrow==0.14.1 +pandas==0.25.3 +pandas-gbq==0.13.0 +pyarrow==0.15.1 diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 5b42cef17efa..d513f1b7d62d 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -1,6 +1,6 @@ -google-auth==1.6.3 +google-auth==1.10.0 google-cloud-bigquery-storage==0.7.0 -google-cloud-bigquery==1.20.0 -pyarrow==0.14.1 -ipython==7.8.0 -pandas==0.25.1 +google-cloud-bigquery==1.23.1 +pyarrow==0.15.1 +ipython==7.10.2 +pandas==0.25.3 diff --git a/bigtable/hello/requirements.txt b/bigtable/hello/requirements.txt index 23ceb63006b9..549a72de766c 100644 --- a/bigtable/hello/requirements.txt +++ b/bigtable/hello/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-bigtable==1.0.0 -google-cloud-core==1.0.3 +google-cloud-bigtable==1.2.0 +google-cloud-core==1.1.0 diff --git a/bigtable/instanceadmin/requirements.txt b/bigtable/instanceadmin/requirements.txt index 919c91b59f4f..91caab3dd61c 100755 --- a/bigtable/instanceadmin/requirements.txt +++ b/bigtable/instanceadmin/requirements.txt @@ -1 +1 @@ -google-cloud-bigtable==1.0.0 +google-cloud-bigtable==1.2.0 diff --git a/bigtable/metricscaler/requirements.txt b/bigtable/metricscaler/requirements.txt index 9584823ff3a8..83ff6170488b 100644 --- a/bigtable/metricscaler/requirements.txt +++ b/bigtable/metricscaler/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-bigtable==1.0.0 -google-cloud-monitoring==0.33.0 +google-cloud-bigtable==1.2.0 +google-cloud-monitoring==0.34.0 diff --git a/bigtable/snippets/writes/requirements.txt b/bigtable/snippets/writes/requirements.txt index 919c91b59f4f..91caab3dd61c 100755 --- a/bigtable/snippets/writes/requirements.txt +++ b/bigtable/snippets/writes/requirements.txt @@ -1 +1 @@ -google-cloud-bigtable==1.0.0 +google-cloud-bigtable==1.2.0 diff --git a/bigtable/tableadmin/requirements.txt b/bigtable/tableadmin/requirements.txt index 919c91b59f4f..91caab3dd61c 100755 --- a/bigtable/tableadmin/requirements.txt +++ b/bigtable/tableadmin/requirements.txt @@ -1 +1 @@ -google-cloud-bigtable==1.0.0 +google-cloud-bigtable==1.2.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 b2143777b518..c5f7bc19679e 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==1.9.0 +google-cloud-datastore==1.10.0 diff --git a/cdn/requirements.txt b/cdn/requirements.txt index b1013c19345c..68673853bde3 100644 --- a/cdn/requirements.txt +++ b/cdn/requirements.txt @@ -1 +1 @@ -six==1.12.0 +six==1.13.0 diff --git a/cloud-sql/mysql/sqlalchemy/requirements.txt b/cloud-sql/mysql/sqlalchemy/requirements.txt index 916d1652d0fa..695f442dc83c 100644 --- a/cloud-sql/mysql/sqlalchemy/requirements.txt +++ b/cloud-sql/mysql/sqlalchemy/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -SQLAlchemy==1.3.8 +SQLAlchemy==1.3.12 PyMySQL==0.9.3 diff --git a/cloud-sql/postgres/sqlalchemy/requirements.txt b/cloud-sql/postgres/sqlalchemy/requirements.txt index 1e1dd2949f8f..5e83520bc9bf 100644 --- a/cloud-sql/postgres/sqlalchemy/requirements.txt +++ b/cloud-sql/postgres/sqlalchemy/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -SQLAlchemy==1.3.8 +SQLAlchemy==1.3.12 pg8000==1.13.2 diff --git a/codelabs/flex_and_vision/requirements.txt b/codelabs/flex_and_vision/requirements.txt index 8fa7c6aabb51..31fcfde2839a 100644 --- a/codelabs/flex_and_vision/requirements.txt +++ b/codelabs/flex_and_vision/requirements.txt @@ -1,5 +1,5 @@ Flask==1.1.1 -gunicorn==19.9.0 -google-cloud-vision==0.39.0 -google-cloud-storage==1.19.1 -google-cloud-datastore==1.9.0 +gunicorn==20.0.4 +google-cloud-vision==0.41.0 +google-cloud-storage==1.23.0 +google-cloud-datastore==1.10.0 diff --git a/composer/rest/requirements.txt b/composer/rest/requirements.txt index b78809bab01c..761e4b161761 100644 --- a/composer/rest/requirements.txt +++ b/composer/rest/requirements.txt @@ -1,3 +1,3 @@ -google-auth==1.6.3 +google-auth==1.10.0 requests==2.22.0 -six==1.12.0 +six==1.13.0 diff --git a/composer/workflows/requirements.txt b/composer/workflows/requirements.txt index fa8ac48da3fd..e11a562c5be4 100644 --- a/composer/workflows/requirements.txt +++ b/composer/workflows/requirements.txt @@ -1,4 +1,4 @@ -apache-airflow[gcp]==1.10.5 +apache-airflow[gcp]==1.10.6 kubernetes==10.0.1 -scipy==1.3.1 -numpy==1.17.2 +scipy==1.4.1 +numpy==1.17.4 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index 07b60f5e94d4..dd39ca16b26b 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.22.0 google-api-python-client==1.7.11 -google-auth==1.6.3 +google-auth==1.10.0 google-auth-httplib2==0.0.3 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index c49bf2bc3d5f..e4dc8d4a1a06 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ -cryptography==2.7 +cryptography==2.8 requests==2.22.0 google-api-python-client==1.7.11 -google-auth==1.6.3 +google-auth==1.10.0 google-auth-httplib2==0.0.3 diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index 81808120b6ce..0237dc05ff61 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.7.11 -google-auth==1.6.3 +google-auth==1.10.0 google-auth-httplib2==0.0.3 diff --git a/compute/xmpp_wikibot/requirements.txt b/compute/xmpp_wikibot/requirements.txt index a294c35a6c46..e44374e7b7d7 100644 --- a/compute/xmpp_wikibot/requirements.txt +++ b/compute/xmpp_wikibot/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.1 requests==2.22.0 sleekxmpp==1.3.3 -six==1.12.0 +six==1.13.0 diff --git a/datacatalog/cloud-client/requirements.txt b/datacatalog/cloud-client/requirements.txt index dbd7eccd9666..8a41223bc3ff 100644 --- a/datacatalog/cloud-client/requirements.txt +++ b/datacatalog/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-datacatalog==0.3.0 +google-cloud-datacatalog==0.5.0 diff --git a/dataflow/encryption-keys/requirements.txt b/dataflow/encryption-keys/requirements.txt index d1ce1adeb94a..9bf2ccc53519 100644 --- a/dataflow/encryption-keys/requirements.txt +++ b/dataflow/encryption-keys/requirements.txt @@ -1 +1 @@ -apache-beam[gcp]==2.15.0 +apache-beam[gcp]==2.16.0 diff --git a/datalabeling/requirements.txt b/datalabeling/requirements.txt index a9acc6e798cc..dfa6d4e276ba 100644 --- a/datalabeling/requirements.txt +++ b/datalabeling/requirements.txt @@ -1 +1 @@ -google-cloud-datalabeling==0.2.1 +google-cloud-datalabeling==0.3.0 diff --git a/dataproc/requirements.txt b/dataproc/requirements.txt index 0ffe752a6eaa..f39bf65a8b36 100644 --- a/dataproc/requirements.txt +++ b/dataproc/requirements.txt @@ -1,6 +1,6 @@ grpcio>=1.2.0 -google-auth==1.6.3 +google-auth==1.10.0 google-auth-httplib2==0.0.3 google-cloud==0.34.0 -google-cloud-storage==1.19.1 +google-cloud-storage==1.23.0 google-cloud-dataproc==0.6.1 diff --git a/datastore/cloud-client/requirements.txt b/datastore/cloud-client/requirements.txt index b2143777b518..c5f7bc19679e 100644 --- a/datastore/cloud-client/requirements.txt +++ b/datastore/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-datastore==1.9.0 +google-cloud-datastore==1.10.0 diff --git a/dns/api/requirements.txt b/dns/api/requirements.txt index 27c94ff0e079..dd500c21f3ec 100644 --- a/dns/api/requirements.txt +++ b/dns/api/requirements.txt @@ -1 +1 @@ -google-cloud-dns==0.30.2 +google-cloud-dns==0.31.0 diff --git a/endpoints/getting-started-grpc/requirements.txt b/endpoints/getting-started-grpc/requirements.txt index f766e4d1401f..8282b41c1571 100644 --- a/endpoints/getting-started-grpc/requirements.txt +++ b/endpoints/getting-started-grpc/requirements.txt @@ -1,2 +1,2 @@ -grpcio==1.23.0 -grpcio-tools==1.23.0 +grpcio==1.26.0 +grpcio-tools==1.26.0 diff --git a/endpoints/getting-started/clients/service_to_service_non_default/requirements.txt b/endpoints/getting-started/clients/service_to_service_non_default/requirements.txt index 81808120b6ce..0237dc05ff61 100644 --- a/endpoints/getting-started/clients/service_to_service_non_default/requirements.txt +++ b/endpoints/getting-started/clients/service_to_service_non_default/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.7.11 -google-auth==1.6.3 +google-auth==1.10.0 google-auth-httplib2==0.0.3 diff --git a/endpoints/getting-started/requirements.txt b/endpoints/getting-started/requirements.txt index 30bb631bf3d3..80c3419a593a 100644 --- a/endpoints/getting-started/requirements.txt +++ b/endpoints/getting-started/requirements.txt @@ -1,8 +1,8 @@ Flask==1.1.1 flask-cors==3.0.8 -gunicorn==19.9.0 -six==1.12.0 -pyyaml==5.1.2 +gunicorn==20.0.4 +six==1.13.0 +pyyaml==5.2 requests==2.22.0 -google-auth==1.6.3 -google-auth-oauthlib==0.4.0 +google-auth==1.10.0 +google-auth-oauthlib==0.4.1 diff --git a/error_reporting/api/requirements.txt b/error_reporting/api/requirements.txt index 9035e7cd514e..c9ac085158f7 100644 --- a/error_reporting/api/requirements.txt +++ b/error_reporting/api/requirements.txt @@ -1 +1 @@ -google-cloud-error-reporting==0.32.1 +google-cloud-error-reporting==0.33.0 diff --git a/error_reporting/fluent_on_compute/requirements.txt b/error_reporting/fluent_on_compute/requirements.txt index 1b1073c1e4ca..5501f897acf6 100644 --- a/error_reporting/fluent_on_compute/requirements.txt +++ b/error_reporting/fluent_on_compute/requirements.txt @@ -1 +1 @@ -fluent-logger==0.9.3 +fluent-logger==0.9.4 diff --git a/functions/billing/requirements.txt b/functions/billing/requirements.txt index 35e3a60618c0..86b10d9f75d8 100644 --- a/functions/billing/requirements.txt +++ b/functions/billing/requirements.txt @@ -1,3 +1,3 @@ -slackclient==2.2.0 +slackclient==2.5.0 oauth2client==4.1.3 google-api-python-client==1.7.11 diff --git a/functions/composer/requirements.txt b/functions/composer/requirements.txt index 56bb0a0fef2a..b747d86d2788 100644 --- a/functions/composer/requirements.txt +++ b/functions/composer/requirements.txt @@ -1,2 +1,2 @@ requests_toolbelt==0.9.1 -google-auth==1.6.2 +google-auth==1.10.0 diff --git a/functions/firebase/requirements.txt b/functions/firebase/requirements.txt index 85829b74e174..17d2a9ddace8 100644 --- a/functions/firebase/requirements.txt +++ b/functions/firebase/requirements.txt @@ -1 +1 @@ -google-cloud-firestore==1.4.0 +google-cloud-firestore==1.6.0 diff --git a/functions/helloworld/requirements.txt b/functions/helloworld/requirements.txt index 9dd2123579e4..f196e2ac917b 100644 --- a/functions/helloworld/requirements.txt +++ b/functions/helloworld/requirements.txt @@ -1,2 +1,2 @@ flask==1.1.1 -google-cloud-error-reporting==0.32.1 +google-cloud-error-reporting==0.33.0 diff --git a/functions/http/requirements.txt b/functions/http/requirements.txt index a4b08ac5845e..934f1719a49d 100644 --- a/functions/http/requirements.txt +++ b/functions/http/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-storage==1.19.1 +google-cloud-storage==1.23.0 xmltodict==0.12.0 diff --git a/functions/log/requirements.txt b/functions/log/requirements.txt index 8048908a2c0e..03f959145956 100644 --- a/functions/log/requirements.txt +++ b/functions/log/requirements.txt @@ -1 +1 @@ -google-cloud-logging==1.12.1 +google-cloud-logging==1.14.0 diff --git a/functions/memorystore/redis/requirements.txt b/functions/memorystore/redis/requirements.txt index e49f92d55fb4..dd70cdbb0b0e 100644 --- a/functions/memorystore/redis/requirements.txt +++ b/functions/memorystore/redis/requirements.txt @@ -1 +1 @@ -redis==3.3.8 +redis==3.3.11 diff --git a/functions/spanner/requirements.txt b/functions/spanner/requirements.txt index d6c8494b9b2b..5fcaee3a8787 100644 --- a/functions/spanner/requirements.txt +++ b/functions/spanner/requirements.txt @@ -1 +1 @@ -google-cloud-spanner==1.10.0 +google-cloud-spanner==1.13.0 diff --git a/functions/sql/requirements.txt b/functions/sql/requirements.txt index 5ca7a7906ffd..2ebf20a2f3f2 100644 --- a/functions/sql/requirements.txt +++ b/functions/sql/requirements.txt @@ -1,2 +1,2 @@ -psycopg2==2.8.3 +psycopg2==2.8.4 PyMySQL==0.9.3 diff --git a/functions/tips/requirements.txt b/functions/tips/requirements.txt index a222d5ea5ec7..66307282f5b0 100644 --- a/functions/tips/requirements.txt +++ b/functions/tips/requirements.txt @@ -1,5 +1,5 @@ -google-cloud-error-reporting==0.32.1 -google-cloud-pubsub==1.0.0 -python-dateutil==2.8.0 +google-cloud-error-reporting==0.33.0 +google-cloud-pubsub==1.1.0 +python-dateutil==2.8.1 requests==2.22.0 xmltodict==0.12.0 diff --git a/healthcare/api-client/datasets/requirements.txt b/healthcare/api-client/datasets/requirements.txt index 444baefe88c0..abad7718d826 100644 --- a/healthcare/api-client/datasets/requirements.txt +++ b/healthcare/api-client/datasets/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.7.11 google-auth-httplib2==0.0.3 -google-auth==1.6.3 +google-auth==1.10.0 google-cloud==0.34.0 diff --git a/healthcare/api-client/dicom/requirements.txt b/healthcare/api-client/dicom/requirements.txt index 58ae744ab3b3..deccf165a3bf 100644 --- a/healthcare/api-client/dicom/requirements.txt +++ b/healthcare/api-client/dicom/requirements.txt @@ -1,5 +1,5 @@ google-api-python-client==1.7.11 google-auth-httplib2==0.0.3 -google-auth==1.6.3 +google-auth==1.10.0 google-cloud==0.34.0 requests==2.22.0 diff --git a/healthcare/api-client/hl7v2/requirements.txt b/healthcare/api-client/hl7v2/requirements.txt index 444baefe88c0..abad7718d826 100644 --- a/healthcare/api-client/hl7v2/requirements.txt +++ b/healthcare/api-client/hl7v2/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.7.11 google-auth-httplib2==0.0.3 -google-auth==1.6.3 +google-auth==1.10.0 google-cloud==0.34.0 diff --git a/iap/requirements.txt b/iap/requirements.txt index c070007e3782..f14e1ad8f859 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,7 +1,7 @@ PyJWT==1.7.1 -cryptography==2.7 +cryptography==2.8 flask==1.1.1 -google-auth==1.6.3 -gunicorn==19.9.0 +google-auth==1.10.0 +gunicorn==20.0.4 requests==2.22.0 requests_toolbelt==0.9.1 diff --git a/iot/api-client/codelabs/requirements.txt b/iot/api-client/codelabs/requirements.txt index 5ddb36b7277e..3fb91c59adbc 100644 --- a/iot/api-client/codelabs/requirements.txt +++ b/iot/api-client/codelabs/requirements.txt @@ -1,3 +1,3 @@ -cryptography==2.7 -paho-mqtt==1.4.0 +cryptography==2.8 +paho-mqtt==1.5.0 pyjwt==1.7.1 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 636429982efa..bc989edb7f34 100644 --- a/iot/api-client/end_to_end_example/requirements.txt +++ b/iot/api-client/end_to_end_example/requirements.txt @@ -1,8 +1,8 @@ -cryptography==2.7 +cryptography==2.8 google-api-python-client==1.7.11 google-auth-httplib2==0.0.3 -google-auth==1.6.3 -google-cloud-pubsub==1.0.0 +google-auth==1.10.0 +google-cloud-pubsub==1.1.0 oauth2client==4.1.3 pyjwt==1.7.1 -paho-mqtt==1.4.0 +paho-mqtt==1.5.0 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index 0195354c8ef9..797b3131da9f 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,8 +1,8 @@ -cryptography==2.7 +cryptography==2.8 google-api-python-client==1.7.11 google-auth-httplib2==0.0.3 -google-auth==1.6.2 +google-auth==1.10.0 google-cloud-iot==0.3.0 -google-cloud-pubsub==1.0.0 +google-cloud-pubsub==1.1.0 pyjwt==1.7.1 requests==2.22.0 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index 6ba0f9ee5107..e2c18d7e23c0 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -1,11 +1,11 @@ -cryptography==2.7 +cryptography==2.8 flaky==3.6.1 gcp-devrel-py-tools==0.0.15 google-api-python-client==1.7.11 google-auth-httplib2==0.0.3 -google-auth==1.6.3 +google-auth==1.10.0 google-cloud-iot==0.3.0 -google-cloud-pubsub==1.0.0 +google-cloud-pubsub==1.1.0 oauth2client==4.1.3 -paho-mqtt==1.4.0 +paho-mqtt==1.5.0 pyjwt==1.7.1 diff --git a/iot/api-client/scripts/requirements.txt b/iot/api-client/scripts/requirements.txt index a97fc0997e2c..a5a8b2bb921a 100644 --- a/iot/api-client/scripts/requirements.txt +++ b/iot/api-client/scripts/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==1.0.0 +google-cloud-pubsub==1.1.0 diff --git a/kms/api-client/requirements.txt b/kms/api-client/requirements.txt index efc7be5ee0d2..a9b47ef6ccae 100644 --- a/kms/api-client/requirements.txt +++ b/kms/api-client/requirements.txt @@ -1,2 +1,2 @@ google-cloud-kms==1.2.1 -cryptography==2.7 +cryptography==2.8 diff --git a/kubernetes_engine/api-client/requirements.txt b/kubernetes_engine/api-client/requirements.txt index 81808120b6ce..0237dc05ff61 100644 --- a/kubernetes_engine/api-client/requirements.txt +++ b/kubernetes_engine/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.7.11 -google-auth==1.6.3 +google-auth==1.10.0 google-auth-httplib2==0.0.3 diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index e6c77f5ebee4..62f16d8232be 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -1,7 +1,7 @@ -Django==2.2.5 +Django==3.0.1 # Uncomment the mysqlclient requirement if you are using MySQL rather than # PostgreSQL. You must also have a MySQL client installed in that case. #mysqlclient==1.4.1 wheel==0.33.6 -gunicorn==19.9.0 -psycopg2==2.8.3 +gunicorn==20.0.4 +psycopg2==2.8.4 diff --git a/language/api/requirements.txt b/language/api/requirements.txt index 81808120b6ce..0237dc05ff61 100644 --- a/language/api/requirements.txt +++ b/language/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.7.11 -google-auth==1.6.3 +google-auth==1.10.0 google-auth-httplib2==0.0.3 diff --git a/language/classify_text/requirements.txt b/language/classify_text/requirements.txt index b5558c7ccc8c..8a441e71dc0e 100644 --- a/language/classify_text/requirements.txt +++ b/language/classify_text/requirements.txt @@ -1,2 +1,2 @@ google-cloud-language==1.3.0 -numpy==1.17.2 +numpy==1.17.4 diff --git a/logging/cloud-client/requirements.txt b/logging/cloud-client/requirements.txt index 8048908a2c0e..03f959145956 100644 --- a/logging/cloud-client/requirements.txt +++ b/logging/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-logging==1.12.1 +google-cloud-logging==1.14.0 diff --git a/memorystore/redis/requirements.txt b/memorystore/redis/requirements.txt index d16008e11ece..0280b5ab8e1c 100644 --- a/memorystore/redis/requirements.txt +++ b/memorystore/redis/requirements.txt @@ -12,6 +12,6 @@ # limitations under the License. # [START memorystore_requirements] Flask==1.1.1 -gunicorn==19.9.0 -redis==3.3.8 +gunicorn==20.0.4 +redis==3.3.11 # [END memorystore_requirements] diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index a489dc0297f4..ff9c45635208 100644 --- a/ml_engine/online_prediction/requirements.txt +++ b/ml_engine/online_prediction/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==1.14.0 +tensorflow==2.0.0 google-api-python-client==1.7.11 -google-auth==1.6.3 +google-auth==1.10.0 google-auth-httplib2==0.0.3 diff --git a/monitoring/api/v3/alerts-client/requirements.txt b/monitoring/api/v3/alerts-client/requirements.txt index aa3cb1536f8f..9e38b9e6e459 100644 --- a/monitoring/api/v3/alerts-client/requirements.txt +++ b/monitoring/api/v3/alerts-client/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-monitoring==0.33.0 -tabulate==0.8.5 +google-cloud-monitoring==0.34.0 +tabulate==0.8.6 diff --git a/monitoring/api/v3/api-client/requirements.txt b/monitoring/api/v3/api-client/requirements.txt index 81808120b6ce..0237dc05ff61 100644 --- a/monitoring/api/v3/api-client/requirements.txt +++ b/monitoring/api/v3/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.7.11 -google-auth==1.6.3 +google-auth==1.10.0 google-auth-httplib2==0.0.3 diff --git a/monitoring/api/v3/cloud-client/requirements.txt b/monitoring/api/v3/cloud-client/requirements.txt index 069063aef950..4ed20df17390 100644 --- a/monitoring/api/v3/cloud-client/requirements.txt +++ b/monitoring/api/v3/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-monitoring==0.33.0 +google-cloud-monitoring==0.34.0 diff --git a/monitoring/api/v3/uptime-check-client/requirements.txt b/monitoring/api/v3/uptime-check-client/requirements.txt index aa3cb1536f8f..9e38b9e6e459 100644 --- a/monitoring/api/v3/uptime-check-client/requirements.txt +++ b/monitoring/api/v3/uptime-check-client/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-monitoring==0.33.0 -tabulate==0.8.5 +google-cloud-monitoring==0.34.0 +tabulate==0.8.6 diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index 8e4f8b129095..ef6627458637 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-storage==1.19.1 -google-cloud-bigquery[pandas,pyarrow]==1.20.0 -matplotlib==3.1.1 +google-cloud-storage==1.23.0 +google-cloud-bigquery[pandas,pyarrow]==1.23.1 +matplotlib==3.1.2 diff --git a/profiler/appengine/flexible/requirements.txt b/profiler/appengine/flexible/requirements.txt index 30888673a96a..1c5861dd017f 100644 --- a/profiler/appengine/flexible/requirements.txt +++ b/profiler/appengine/flexible/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -gunicorn==19.9.0 -google-cloud-profiler==1.0.8 +gunicorn==20.0.4 +google-cloud-profiler==1.0.9 diff --git a/profiler/appengine/standard_python37/requirements.txt b/profiler/appengine/standard_python37/requirements.txt index fa9aab964c80..4c18e70af24f 100644 --- a/profiler/appengine/standard_python37/requirements.txt +++ b/profiler/appengine/standard_python37/requirements.txt @@ -1,2 +1,2 @@ Flask==1.1.1 -google-cloud-profiler==1.0.8 +google-cloud-profiler==1.0.9 diff --git a/profiler/quickstart/requirements.txt b/profiler/quickstart/requirements.txt index 6f450aec7d92..06ed0ae3dbcf 100644 --- a/profiler/quickstart/requirements.txt +++ b/profiler/quickstart/requirements.txt @@ -1 +1 @@ -google-cloud-profiler==1.0.8 +google-cloud-profiler==1.0.9 diff --git a/pubsub/cloud-client/requirements.txt b/pubsub/cloud-client/requirements.txt index a97fc0997e2c..a5a8b2bb921a 100644 --- a/pubsub/cloud-client/requirements.txt +++ b/pubsub/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-pubsub==1.0.0 +google-cloud-pubsub==1.1.0 diff --git a/run/logging-manual/requirements.txt b/run/logging-manual/requirements.txt index 6e6a703da320..860a627e94f0 100644 --- a/run/logging-manual/requirements.txt +++ b/run/logging-manual/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.1 -pytest==5.3.0; python_version > "3.0" -pytest==4.6.6; python_version < "3.0" -gunicorn==19.9.0 +pytest==5.3.2; python_version > "3.0" +pytest==5.3.2; python_version < "3.0" +gunicorn==20.0.4 diff --git a/run/pubsub/requirements.txt b/run/pubsub/requirements.txt index 6e6a703da320..860a627e94f0 100644 --- a/run/pubsub/requirements.txt +++ b/run/pubsub/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.1 -pytest==5.3.0; python_version > "3.0" -pytest==4.6.6; python_version < "3.0" -gunicorn==19.9.0 +pytest==5.3.2; python_version > "3.0" +pytest==5.3.2; python_version < "3.0" +gunicorn==20.0.4 diff --git a/run/system-package/requirements.txt b/run/system-package/requirements.txt index d166fe0cc7fb..5a7b8ca1ff8e 100644 --- a/run/system-package/requirements.txt +++ b/run/system-package/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -pytest==5.1.3 -gunicorn==19.9.0 +pytest==5.3.2 +gunicorn==20.0.4 diff --git a/scheduler/requirements.txt b/scheduler/requirements.txt index ce011c6b0045..76053790f870 100644 --- a/scheduler/requirements.txt +++ b/scheduler/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -gunicorn==19.9.0 +gunicorn==20.0.4 google-cloud-scheduler==1.2.1 diff --git a/spanner/cloud-client/bulk_load_csv/requirements.txt b/spanner/cloud-client/bulk_load_csv/requirements.txt index bb6c07a87926..c423bfa654b8 100644 --- a/spanner/cloud-client/bulk_load_csv/requirements.txt +++ b/spanner/cloud-client/bulk_load_csv/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-spanner==1.10.0 +google-cloud-spanner==1.13.0 futures==3.3.0; python_version < "3" diff --git a/spanner/cloud-client/requirements.txt b/spanner/cloud-client/requirements.txt index bb6c07a87926..c423bfa654b8 100644 --- a/spanner/cloud-client/requirements.txt +++ b/spanner/cloud-client/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-spanner==1.10.0 +google-cloud-spanner==1.13.0 futures==3.3.0; python_version < "3" diff --git a/speech/microphone/requirements.txt b/speech/microphone/requirements.txt index 4a09e2c8acf0..910462f0a165 100644 --- a/speech/microphone/requirements.txt +++ b/speech/microphone/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-speech==1.2.0 +google-cloud-speech==1.3.1 pyaudio==0.2.11 -six==1.12.0 +six==1.13.0 diff --git a/storage/api/requirements.txt b/storage/api/requirements.txt index 81808120b6ce..0237dc05ff61 100644 --- a/storage/api/requirements.txt +++ b/storage/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.7.11 -google-auth==1.6.3 +google-auth==1.10.0 google-auth-httplib2==0.0.3 diff --git a/storage/cloud-client/requirements.txt b/storage/cloud-client/requirements.txt index 8a6eeead873a..5c5078f1cad6 100644 --- a/storage/cloud-client/requirements.txt +++ b/storage/cloud-client/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-pubsub==1.0.0 -google-cloud-storage==1.22.0 \ No newline at end of file +google-cloud-pubsub==1.1.0 +google-cloud-storage==1.23.0 diff --git a/storage/s3-sdk/requirements.txt b/storage/s3-sdk/requirements.txt index 153a6a3bc5ea..a4226ed3b83d 100644 --- a/storage/s3-sdk/requirements.txt +++ b/storage/s3-sdk/requirements.txt @@ -1 +1 @@ -boto3==1.9.236 +boto3==1.10.42 diff --git a/storage/signed_urls/requirements.txt b/storage/signed_urls/requirements.txt index 564115e0ba6d..1f50dfbc7534 100644 --- a/storage/signed_urls/requirements.txt +++ b/storage/signed_urls/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-storage==1.19.1 -google-auth==1.6.3 -six==1.12.0 +google-cloud-storage==1.23.0 +google-auth==1.10.0 +six==1.13.0 diff --git a/storage/transfer_service/requirements.txt b/storage/transfer_service/requirements.txt index 81808120b6ce..0237dc05ff61 100644 --- a/storage/transfer_service/requirements.txt +++ b/storage/transfer_service/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.7.11 -google-auth==1.6.3 +google-auth==1.10.0 google-auth-httplib2==0.0.3 diff --git a/tables/automl/requirements.txt b/tables/automl/requirements.txt index 77734522f3be..08350c58c60c 100644 --- a/tables/automl/requirements.txt +++ b/tables/automl/requirements.txt @@ -1 +1 @@ -google-cloud-automl==0.9 +google-cloud-automl==0.9.0 diff --git a/trace/requirements.txt b/trace/requirements.txt index f66e52d5c961..7263015a6a12 100644 --- a/trace/requirements.txt +++ b/trace/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-trace==0.22.1 -opencensus==0.7.3 +google-cloud-trace==0.23.0 +opencensus==0.7.6 opencensus-ext-stackdriver==0.7.2 Flask==1.1.1 diff --git a/translate/automl/requirements.txt b/translate/automl/requirements.txt index 6693c2417082..08350c58c60c 100644 --- a/translate/automl/requirements.txt +++ b/translate/automl/requirements.txt @@ -1 +1 @@ -google-cloud-automl==0.5.0 +google-cloud-automl==0.9.0 diff --git a/video/cloud-client/analyze/requirements.txt b/video/cloud-client/analyze/requirements.txt index 3649693c99f6..ba966ee8deb7 100644 --- a/video/cloud-client/analyze/requirements.txt +++ b/video/cloud-client/analyze/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-videointelligence==1.11.0 -google-cloud-storage==1.19.1 +google-cloud-videointelligence==1.12.1 +google-cloud-storage==1.23.0 diff --git a/video/cloud-client/labels/requirements.txt b/video/cloud-client/labels/requirements.txt index aa6b5613d42c..4e0b7df44952 100644 --- a/video/cloud-client/labels/requirements.txt +++ b/video/cloud-client/labels/requirements.txt @@ -1 +1 @@ -google-cloud-videointelligence==1.11.0 +google-cloud-videointelligence==1.12.1 diff --git a/video/cloud-client/quickstart/requirements.txt b/video/cloud-client/quickstart/requirements.txt index aa6b5613d42c..4e0b7df44952 100644 --- a/video/cloud-client/quickstart/requirements.txt +++ b/video/cloud-client/quickstart/requirements.txt @@ -1 +1 @@ -google-cloud-videointelligence==1.11.0 +google-cloud-videointelligence==1.12.1 diff --git a/video/cloud-client/shotchange/requirements.txt b/video/cloud-client/shotchange/requirements.txt index aa6b5613d42c..4e0b7df44952 100644 --- a/video/cloud-client/shotchange/requirements.txt +++ b/video/cloud-client/shotchange/requirements.txt @@ -1 +1 @@ -google-cloud-videointelligence==1.11.0 +google-cloud-videointelligence==1.12.1 diff --git a/vision/cloud-client/crop_hints/requirements.txt b/vision/cloud-client/crop_hints/requirements.txt index 23753740634e..d47cff8cb0b9 100644 --- a/vision/cloud-client/crop_hints/requirements.txt +++ b/vision/cloud-client/crop_hints/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-vision==0.39.0 +google-cloud-vision==0.41.0 pillow==6.2.1 diff --git a/vision/cloud-client/document_text/requirements.txt b/vision/cloud-client/document_text/requirements.txt index 23753740634e..d47cff8cb0b9 100644 --- a/vision/cloud-client/document_text/requirements.txt +++ b/vision/cloud-client/document_text/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-vision==0.39.0 +google-cloud-vision==0.41.0 pillow==6.2.1 diff --git a/vision/cloud-client/face_detection/requirements.txt b/vision/cloud-client/face_detection/requirements.txt index 23753740634e..d47cff8cb0b9 100644 --- a/vision/cloud-client/face_detection/requirements.txt +++ b/vision/cloud-client/face_detection/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-vision==0.39.0 +google-cloud-vision==0.41.0 pillow==6.2.1 diff --git a/vision/cloud-client/quickstart/requirements.txt b/vision/cloud-client/quickstart/requirements.txt index aab93a3560cb..b06841fde667 100644 --- a/vision/cloud-client/quickstart/requirements.txt +++ b/vision/cloud-client/quickstart/requirements.txt @@ -1 +1 @@ -google-cloud-vision==0.39.0 +google-cloud-vision==0.41.0 diff --git a/vision/cloud-client/web/requirements.txt b/vision/cloud-client/web/requirements.txt index aab93a3560cb..b06841fde667 100644 --- a/vision/cloud-client/web/requirements.txt +++ b/vision/cloud-client/web/requirements.txt @@ -1 +1 @@ -google-cloud-vision==0.39.0 +google-cloud-vision==0.41.0