8000 Auto-update dependencies. (#485) · bradfriedman/python-docs-samples@dfa8e2a · GitHub
[go: up one dir, main page]

Skip to content

Commit dfa8e2a

Browse files
dpebotJon Wayne Parrott
authored andcommitted
Auto-update dependencies. (GoogleCloudPlatform#485)
1 parent 49da3b9 commit dfa8e2a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

appengine/flexible/endpoints/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ flask-cors==3.0.0
33
gunicorn==19.6.0
44
gcloud==0.18.1
55
six==1.10.0
6-
pyyaml==3.11
6+
pyyaml==3.12
77
requests==2.11.1
88
google-api-python-client==1.5.2

compute/encryption/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cryptography==1.4
1+
cryptography==1.5
22
requests==2.11.1

requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ mysql-python==1.2.5
77
PyCrypto==2.6.1
88
pytest-cov==2.3.1
99
pytest==3.0.1
10-
pyyaml==3.11
10+
pyyaml==3.12
1111
responses==0.5.1
1212
WebTest==2.0.23

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by nox -s reqrollup. Do not edit.
22
beautifulsoup4==4.5.1
33
coverage==4.2
4-
cryptography==1.4
4+
cryptography==1.5
55
Django==1.10
66
flaky==3.3.0
77
flask-cors==3.0.0
@@ -33,7 +33,7 @@ pymemcache==1.3.6
3333
PyMySQL==0.7.6
3434
pytest-cov==2.3.1
3535
pytest==3.0.1
36-
pyyaml==3.11
36+
pyyaml==3.12
3737
redis==2.10.5
3838
requests-toolbelt==0.7.0
3939
requests==2.11.1

0 commit comments

Comments
 (0)
0