Skip to content

Commit

Permalink
Auto-update dependencies. (GoogleCloudPlatform#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and Jon Wayne Parrott committed Aug 2, 2017
1 parent 93b43d5 commit 0b01ea4
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/django_cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==1.11.3
Django==1.11.4
mysqlclient==1.3.10
wheel==0.29.0
gunicorn==19.7.1
Expand Down
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==1.11.3
Django==1.11.4
gunicorn==19.7.1
2 changes: 1 addition & 1 deletion appengine/standard/django/requirements-vendor.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Django==1.11.3
Django==1.11.4
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 @@
MySQL-python==1.2.5
Django==1.11.3
Django==1.11.4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==0.12.2
pyjwt==1.5.2
flask-cors==3.0.3
google-auth==1.0.1
google-auth==1.0.2
requests==2.18.2
requests-toolbelt==0.8.0
2 changes: 1 addition & 1 deletion auth/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.6.2
google-auth-httplib2==0.0.2
google-auth==1.0.1
google-auth==1.0.2
2 changes: 1 addition & 1 deletion auth/http-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.18.2
google-auth==1.0.1
google-auth==1.0.2
2 changes: 1 addition & 1 deletion bigquery/rest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-auth==1.0.1
google-auth==1.0.2
requests==2.18.2
2 changes: 1 addition & 1 deletion 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.6.2
google-auth==1.0.1
google-auth==1.0.2
google-auth-httplib2==0.0.2
2 changes: 1 addition & 1 deletion container_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==1.11.3
Django==1.11.4
mysqlclient==1.3.10
wheel==0.29.0
gunicorn==19.7.1
Expand Down
2 changes: 1 addition & 1 deletion endpoints/bookstore-grpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
grpcio==1.4.0
google-auth==1.0.1
google-auth==1.0.2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.6.2
google-auth==1.0.1
google-auth==1.0.2
google-auth-httplib2==0.0.2
2 changes: 1 addition & 1 deletion endpoints/getting-started/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ gunicorn==19.7.1
six==1.10.0
pyyaml==3.12
requests==2.18.2
google-auth==1.0.1
google-auth==1.0.2
google-auth-oauthlib==0.1.0
2 changes: 1 addition & 1 deletion iap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PyJWT==1.5.2
cryptography==2.0.2
google-auth==1.0.1
google-auth==1.0.2
requests==2.18.2
requests_toolbelt==0.8.0
2 changes: 1 addition & 1 deletion iot/api-client/manager/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==1.6.2
google-auth-httplib2==0.0.2
google-auth==1.0.1
google-auth==1.0.2
google-cloud==0.26.1
4 changes: 2 additions & 2 deletions testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ mock==2.0.0
mysql-python==1.2.5; python_version < "3.0"
PyCrypto==2.6.1
pytest-cov==2.5.1
pytest==3.1.3
pytest==3.2.0
pytest-capturelog==0.7
pyyaml==3.12
responses==0.6.0
WebTest==2.0.27
WebTest==2.0.28
webapp2==2.5.2
google-api-python-client==1.6.2
google-cloud-core==0.25.0
Expand Down

0 comments on commit 0b01ea4

Please sign in to comment.