Skip to content

Commit

Permalink
Auto-update dependencies. (#1234)
Browse files Browse the repository at this point in the history
* Auto-update dependencies.

* Drop pytest-logcapture as it's no longer needed

Change-Id: Ia8b9e8aaf248e9770db6bc4842a4532df8383893
  • Loading branch information
dpebot authored and Jon Wayne Parrott committed Nov 28, 2017
1 parent 6a426c6 commit 5f42921
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
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.29.0
google-cloud-pubsub==0.29.1
gunicorn==19.7.1
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.29.0
google-cloud-pubsub==0.29.1
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.29.0
google-cloud-pubsub==0.29.1
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.6.0
google-cloud-pubsub==0.29.0
google-cloud-pubsub==0.29.1
3 changes: 1 addition & 2 deletions testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +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.5
pytest-capturelog==0.7
pytest==3.3.0
pyyaml==3.12
responses==0.8.1
WebTest==2.0.29
Expand Down

0 comments on commit 5f42921

Please sign in to comment.