Skip to content

Commit

Permalink
Auto-update dependencies. (GoogleCloudPlatform#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and Jon Wayne Parrott committed Sep 12, 2017
1 parent 1e5fad2 commit b95874a
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 24 deletions.
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==1.11.4
mysqlclient==1.3.10
wheel==0.29.0
Django==1.11.5
mysqlclient==1.3.12
wheel==0.30.0
gunicorn==19.7.1
psycopg2==2.7.3.1
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.4
Django==1.11.5
gunicorn==19.7.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==0.12.2
google-cloud-pubsub==0.28.2
google-cloud-pubsub==0.28.3
gunicorn==19.7.1
2 changes: 1 addition & 1 deletion appengine/flexible/sendgrid/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.12.2
sendgrid==5.0.1
sendgrid==5.2.0
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.4
Django==1.11.5
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.4
Django==1.11.5
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-endpoints==2.2.1
google-endpoints==2.2.2
google-endpoints-api-management==1.1.3
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==0.12.2
pyjwt==1.5.2
pyjwt==1.5.3
flask-cors==3.0.3
google-auth==1.0.2
requests==2.18.4
Expand Down
2 changes: 1 addition & 1 deletion appengine/standard/sendgrid/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sendgrid==5.0.1
sendgrid==5.2.0
2 changes: 1 addition & 1 deletion compute/xmpp_wikibot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==0.12.2
requests==2.18.4
sleekxmpp==1.3.2
sleekxmpp==1.3.3
six==1.10.0
6 changes: 3 additions & 3 deletions container_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==1.11.4
mysqlclient==1.3.10
wheel==0.29.0
Django==1.11.5
mysqlclient==1.3.12
wheel==0.30.0
gunicorn==19.7.1
psycopg2==2.7.3.1
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
grpcio==1.6.0
google-auth==1.0.2
4 changes: 2 additions & 2 deletions endpoints/getting-started-grpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
grpcio==1.4.0
grpcio-tools==1.4.0
grpcio==1.6.0
grpcio-tools==1.6.0
2 changes: 1 addition & 1 deletion iap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyJWT==1.5.2
PyJWT==1.5.3
cryptography==2.0.3
google-auth==1.0.2
requests==2.18.4
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/mqtt_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography==2.0.3
pyjwt==1.5.2
pyjwt==1.5.3
paho-mqtt==1.3.0
2 changes: 1 addition & 1 deletion iot/api-client/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-pubsub==0.28.2
google-cloud-pubsub==0.28.3
2 changes: 1 addition & 1 deletion pubsub/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-pubsub==0.28.2
google-cloud-pubsub==0.28.3
2 changes: 1 addition & 1 deletion storage/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-storage==1.4.0
google-cloud-pubsub==0.28.2
google-cloud-pubsub==0.28.3
2 changes: 1 addition & 1 deletion testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mock==2.0.0
mysql-python==1.2.5; python_version < "3.0"
PyCrypto==2.6.1
pytest-cov==2.5.1
pytest==3.2.1
pytest==3.2.2
pytest-capturelog==0.7
pyyaml==3.12
responses==0.7.0
Expand Down

0 comments on commit b95874a

Please sign in to comment.