Skip to content

Commit 0b01ea4

Browse files
dpebotJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Auto-update dependencies. (#1047)
1 parent 93b43d5 commit 0b01ea4

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==1.11.3
1+
Django==1.11.4
22
mysqlclient==1.3.10
33
wheel==0.29.0
44
gunicorn==19.7.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==1.11.3
1+
Django==1.11.4
22
gunicorn==19.7.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Django==1.11.3
1+
Django==1.11.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
MySQL-python==1.2.5
2-
Django==1.11.3
2+
Django==1.11.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==0.12.2
22
pyjwt==1.5.2
33
flask-cors==3.0.3
4-
google-auth==1.0.1
4+
google-auth==1.0.2
55
requests==2.18.2
66
requests-toolbelt==0.8.0

auth/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==1.6.2
22
google-auth-httplib2==0.0.2
3-
google-auth==1.0.1
3+
google-auth==1.0.2

auth/http-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests==2.18.2
2-
google-auth==1.0.1
2+
google-auth==1.0.2

bigquery/rest/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-auth==1.0.1
1+
google-auth==1.0.2
22
requests==2.18.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==1.6.2
2-
google-auth==1.0.1
2+
google-auth==1.0.2
33
google-auth-httplib2==0.0.2

container_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==1.11.3
1+
Django==1.11.4
22
mysqlclient==1.3.10
33
wheel==0.29.0
44
gunicorn==19.7.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
grpcio==1.4.0
2-
google-auth==1.0.1
2+
google-auth==1.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==1.6.2
2-
google-auth==1.0.1
2+
google-auth==1.0.2
33
google-auth-httplib2==0.0.2

endpoints/getting-started/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ gunicorn==19.7.1
44
six==1.10.0
55
pyyaml==3.12
66
requests==2.18.2
7-
google-auth==1.0.1
7+
google-auth==1.0.2
88
google-auth-oauthlib==0.1.0

iap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PyJWT==1.5.2
22
cryptography==2.0.2
3-
google-auth==1.0.1
3+
google-auth==1.0.2
44
requests==2.18.2
55
requests_toolbelt==0.8.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-api-python-client==1.6.2
22
google-auth-httplib2==0.0.2
3-
google-auth==1.0.1
3+
google-auth==1.0.2
44
google-cloud==0.26.1

testing/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ mock==2.0.0
66
mysql-python==1.2.5; python_version < "3.0"
77
PyCrypto==2.6.1
88
pytest-cov==2.5.1
9-
pytest==3.1.3
9+
pytest==3.2.0
1010
pytest-capturelog==0.7
1111
pyyaml==3.12
1212
responses==0.6.0
13-
WebTest==2.0.27
13+
WebTest==2.0.28
1414
webapp2==2.5.2
1515
google-api-python-client==1.6.2
1616
google-cloud-core==0.25.0

0 commit comments

Comments
 (0)