Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/flexible/analytics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
gunicorn==19.9.0
requests[security]==2.20.1
requests[security]==2.21.0
2 changes: 1 addition & 1 deletion appengine/flexible/cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.0.2
Flask-SQLAlchemy==2.3.2
gunicorn==19.9.0
PyMySQL==0.9.2
PyMySQL==0.9.3
2 changes: 1 addition & 1 deletion appengine/flexible/cloudsql_postgresql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.0.2
Flask-SQLAlchemy==2.3.2
gunicorn==19.9.0
psycopg2==2.7.6.1
psycopg2==2.7.7
2 changes: 1 addition & 1 deletion appengine/flexible/datastore/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
google-cloud-datastore==1.7.1
google-cloud-datastore==1.7.3
gunicorn==19.9.0
6 changes: 3 additions & 3 deletions appengine/flexible/django_cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==2.1.3
mysqlclient==1.3.13
Django==2.1.5
mysqlclient==1.4.1
wheel==0.32.3
gunicorn==19.9.0
psycopg2==2.7.6.1
psycopg2==2.7.7
2 changes: 1 addition & 1 deletion appengine/flexible/hello_world_django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==2.1.3
Django==2.1.5
gunicorn==19.9.0
2 changes: 1 addition & 1 deletion appengine/flexible/mailgun/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
gunicorn==19.9.0
requests[security]==2.20.1
requests[security]==2.21.0
2 changes: 1 addition & 1 deletion appengine/flexible/mailjet/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.0.2
gunicorn==19.9.0
requests[security]==2.20.1
requests[security]==2.21.0
mailjet-rest==1.3.0
2 changes: 1 addition & 1 deletion appengine/flexible/metadata/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
gunicorn==19.9.0
requests[security]==2.20.1
requests[security]==2.21.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
gunicorn==19.9.0
requests==2.20.1
requests==2.21.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
gunicorn==19.9.0
requests==2.20.1
requests==2.21.0
2 changes: 1 addition & 1 deletion appengine/flexible/numpy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
gunicorn==19.9.0
numpy==1.15.4
numpy==1.16.1
2 changes: 1 addition & 1 deletion appengine/flexible/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
google-cloud-pubsub==0.38.0
google-cloud-pubsub==0.39.1
gunicorn==19.9.0
2 changes: 1 addition & 1 deletion appengine/flexible/redis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
gunicorn==19.9.0
redis==3.0.1
redis==3.1.0
6 changes: 3 additions & 3 deletions appengine/flexible/scipy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==1.0.2
gunicorn==19.9.0
numpy==1.15.4
scipy==1.1.0
Pillow==5.3.0
numpy==1.16.1
scipy==1.2.0
Pillow==5.4.1
2 changes: 1 addition & 1 deletion appengine/flexible/storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
google-cloud-storage==1.13.0
google-cloud-storage==1.13.2
gunicorn==19.9.0
2 changes: 1 addition & 1 deletion appengine/flexible/tasks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
gunicorn==19.9.0
google-cloud-tasks==0.3.0
google-cloud-tasks==0.4.0
2 changes: 1 addition & 1 deletion appengine/flexible/twilio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
gunicorn==19.9.0
twilio==6.20.0
twilio==6.24.0
6 changes: 3 additions & 3 deletions appengine/flexible/websockets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==0.12.2
Flask==1.0.2
Flask-Sockets==0.2.1
gunicorn==19.7.1
requests==2.14.2
gunicorn==19.9.0
requests==2.21.0
4 changes: 2 additions & 2 deletions appengine/standard/analytics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
requests==2.20.1
requests-toolbelt==0.8.0
requests==2.21.0
requests-toolbelt==0.9.1
2 changes: 1 addition & 1 deletion appengine/standard/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PyMySQL==0.9.2
PyMySQL==0.9.3
Django<2.0.0,>=1.11.8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-endpoints==4.7.0
google-endpoints==4.8.0
google-endpoints-api-management==1.11.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-endpoints==4.7.0
google-endpoints==4.8.0
google-endpoints-api-management==1.11.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==0.12.4
pyjwt==1.6.4
pyjwt==1.7.1
flask-cors==3.0.7
google-auth==1.6.1
requests==2.20.1
requests-toolbelt==0.8.0
google-auth==1.6.2
requests==2.21.0
requests-toolbelt==0.9.1
4 changes: 2 additions & 2 deletions appengine/standard/firebase/firetactoe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask==1.0.2
requests==2.20.1
requests_toolbelt==0.8.0
requests==2.21.0
requests_toolbelt==0.9.1
oauth2client==4.1.3
functools32==3.2.3.post2; python_version < "3"
4 changes: 2 additions & 2 deletions appengine/standard/mailjet/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.0.2
requests==2.20.1
requests-toolbelt==0.8.0
requests==2.21.0
requests-toolbelt==0.9.1
mailjet-rest==1.3.0
2 changes: 1 addition & 1 deletion appengine/standard/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==1.0.2
google-api-python-client==1.7.4
google-api-python-client==1.7.8
4 changes: 2 additions & 2 deletions appengine/standard/storage/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.7.4
google-auth==1.6.1
google-api-python-client==1.7.8
google-auth==1.6.2
google-auth-httplib2==0.0.3
4 changes: 2 additions & 2 deletions appengine/standard/urlfetch/requests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
requests==2.20.1
requests-toolbelt==0.8.0
requests==2.21.0
requests-toolbelt==0.9.1
2 changes: 1 addition & 1 deletion appengine/standard_python37/bigquery/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery==1.7.0
google-cloud-bigquery==1.9.0
Flask==1.0.2
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==1.0.2
google-cloud-datastore==1.7.1
google-cloud-datastore==1.7.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.0.2
google-cloud-datastore==1.7.1
google-auth==1.6.1
requests==2.20.1
google-cloud-datastore==1.7.3
google-auth==1.6.2
requests==2.21.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.0.2
google-cloud-datastore==1.7.1
google-auth==1.6.1
requests==2.20.1
google-cloud-datastore==1.7.3
google-auth==1.6.2
requests==2.21.0
8 changes: 4 additions & 4 deletions appengine/standard_python37/cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask==1.0.2
psycopg2==2.7.6.1
psycopg2-binary==2.7.6.1
PyMySQL==0.9.2
SQLAlchemy==1.2.14
psycopg2==2.7.7
psycopg2-binary==2.7.7
PyMySQL==0.9.3
SQLAlchemy==1.2.17
2 changes: 1 addition & 1 deletion appengine/standard_python37/custom-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
uwsgi==2.0.17.1
flask==1.0.2
flask==1.0.2
4 changes: 2 additions & 2 deletions appengine/standard_python37/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==2.1.3
PyMySQL==0.9.2
Django==2.1.5
PyMySQL==0.9.3
2 changes: 1 addition & 1 deletion appengine/standard_python37/redis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==1.0.2
redis==3.0.1
redis==3.1.0
2 changes: 1 addition & 1 deletion appengine/standard_python37/spanner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-spanner==1.6.1
google-cloud-spanner==1.7.1
Flask==1.0.2
4 changes: 2 additions & 2 deletions asset/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-storage==1.13.0
google-cloud-asset==0.1.1
google-cloud-storage==1.13.2
google-cloud-asset==0.1.2
4 changes: 2 additions & 2 deletions auth/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.7.4
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth==1.6.1
google-auth==1.6.2
2 changes: 1 addition & 1 deletion auth/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-storage==1.13.0
google-cloud-storage==1.13.2
6 changes: 3 additions & 3 deletions auth/end-user/web/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-auth==1.6.1
google-auth==1.6.2
google-auth-oauthlib==0.2.0
google-auth-httplib2==0.0.3
google-api-python-client==1.7.4
google-api-python-client==1.7.8
flask==1.0.2
requests==2.20.1
requests==2.21.0
4 changes: 2 additions & 2 deletions auth/http-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.20.1
google-auth==1.6.1
requests==2.21.0
google-auth==1.6.2
6 changes: 3 additions & 3 deletions bigquery/bqml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-bigquery[pandas]==1.7.0
flaky==3.4.0
google-cloud-bigquery[pandas]==1.9.0
flaky==3.5.3
mock==2.0.0
pytest==4.0.1
pytest==4.2.0
6 changes: 3 additions & 3 deletions bigquery/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-bigquery[pandas]==1.7.0
google-cloud-bigquery[pandas]==1.9.0
google-auth-oauthlib==0.2.0
ipython==7.1.1
ipython==7.2.0
matplotlib==3.0.2
pytz==2018.7
pytz==2018.9
4 changes: 2 additions & 2 deletions bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery[pandas,pyarrow]==1.7.0
pandas-gbq==0.8.0
google-cloud-bigquery[pandas,pyarrow]==1.9.0
pandas-gbq==0.9.0
2 changes: 1 addition & 1 deletion bigquery/transfer/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-bigquery-datatransfer==0.2.0
google-cloud-bigquery-datatransfer==0.3.0
4 changes: 2 additions & 2 deletions bigtable/hello/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==0.31.1
google-cloud-core==0.28.1
google-cloud-bigtable==0.32.1
google-cloud-core==0.29.1
2 changes: 1 addition & 1 deletion bigtable/hello_happybase/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-happybase==0.31.0
google-cloud-happybase==0.32.1
2 changes: 1 addition & 1 deletion bigtable/instanceadmin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-bigtable==0.31.1
google-cloud-bigtable==0.32.1
4 changes: 2 additions & 2 deletions bigtable/metricscaler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==0.31.1
google-cloud-monitoring==0.30.1
google-cloud-bigtable==0.32.1
google-cloud-monitoring==0.31.1
4 changes: 2 additions & 2 deletions bigtable/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigtable==0.31.1
google-cloud-core==0.28.1
google-cloud-bigtable==0.32.1
google-cloud-core==0.29.1
2 changes: 1 addition & 1 deletion bigtable/quickstart_happybase/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-happybase==0.31.0
google-cloud-happybase==0.32.1
2 changes: 1 addition & 1 deletion bigtable/tableadmin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-bigtable==0.31.1
google-cloud-bigtable==0.32.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-datastore==1.7.1
google-cloud-datastore==1.7.3
2 changes: 1 addition & 1 deletion cdn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
six==1.11.0
six==1.12.0
4 changes: 2 additions & 2 deletions cloud-sql/mysql/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
SQLAlchemy==1.2.14
PyMySQL==0.9.2
SQLAlchemy==1.2.17
PyMySQL==0.9.3
4 changes: 2 additions & 2 deletions cloud-sql/postgres/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
SQLAlchemy==1.2.14
pg8000==1.12.3
SQLAlchemy==1.2.17
pg8000==1.13.1
6 changes: 3 additions & 3 deletions codelabs/flex_and_vision/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==1.0.2
gunicorn==19.9.0
google-cloud-vision==0.35.0
google-cloud-storage==1.13.0
google-cloud-datastore==1.7.1
google-cloud-vision==0.35.2
google-cloud-storage==1.13.2
google-cloud-datastore==1.7.3
6 changes: 3 additions & 3 deletions composer/rest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-auth==1.6.1
requests==2.20.1
six==1.11.0
google-auth==1.6.2
requests==2.21.0
six==1.12.0
12 changes: 6 additions & 6 deletions composer/tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cryptography==2.4.2
google-api-python-client==1.7.4
google-auth==1.6.1
google-cloud-storage==1.13.0
kubernetes==8.0.0
mysql-connector-python==8.0.13
cryptography==2.5
google-api-python-client==1.7.8
google-auth==1.6.2
google-cloud-storage==1.13.2
kubernetes==8.0.1
mysql-connector-python==8.0.15
8 changes: 4 additions & 4 deletions composer/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apache-airflow[gcp_api]==1.10.1
kubernetes==8.0.0
scipy==1.1.0
numpy==1.15.4
apache-airflow[gcp_api]==1.10.2
kubernetes==8.0.1
scipy==1.2.0
numpy==1.16.1
4 changes: 2 additions & 2 deletions compute/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.7.4
google-auth==1.6.1
google-api-python-client==1.7.8
google-auth==1.6.2
google-auth-httplib2==0.0.3
6 changes: 3 additions & 3 deletions compute/auth/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.20.1
google-api-python-client==1.7.4
google-auth==1.6.1
requests==2.21.0
google-api-python-client==1.7.8
google-auth==1.6.2
google-auth-httplib2==0.0.3
8 changes: 4 additions & 4 deletions compute/encryption/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cryptography==2.4.2
requests==2.20.1
google-api-python-client==1.7.4
google-auth==1.6.1
cryptography==2.5
requests==2.21.0
google-api-python-client==1.7.8
google-auth==1.6.2
google-auth-httplib2==0.0.3
2 changes: 1 addition & 1 deletion compute/metadata/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.20.1
requests==2.21.0
4 changes: 2 additions & 2 deletions compute/xmpp_wikibot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.0.2
requests==2.20.1
requests==2.21.0
sleekxmpp==1.3.3
six==1.11.0
six==1.12.0
4 changes: 2 additions & 2 deletions container_engine/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.7.4
google-auth==1.6.1
google-api-python-client==1.7.8
google-auth==1.6.2
google-auth-httplib2==0.0.3
Loading