Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b01ea4

Browse filesBrowse files
dpebotJon Wayne Parrott
authored andcommitted
Auto-update dependencies. (GoogleCloudPlatform#1047)
1 parent 93b43d5 commit 0b01ea4
Copy full SHA for 0b01ea4

File tree

Expand file treeCollapse file tree

16 files changed

+17
-17
lines changed
Filter options
Expand file treeCollapse file tree

16 files changed

+17
-17
lines changed

‎appengine/flexible/django_cloudsql/requirements.txt

Copy file name to clipboardExpand all lines: appengine/flexible/django_cloudsql/requirements.txt
+1-1Lines 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
+1-1Lines 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
+1-1Lines 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
+1-1Lines 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
+1-1Lines 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

Copy file name to clipboard
+1-1Lines 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

Copy file name to clipboard
+1-1Lines 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

Copy file name to clipboard
+1-1Lines 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
+1-1Lines 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

Copy file name to clipboardExpand all lines: container_engine/django_tutorial/requirements.txt
+1-1Lines 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
+1-1Lines 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
+1-1Lines 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

Copy file name to clipboardExpand all lines: endpoints/getting-started/requirements.txt
+1-1Lines 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

Copy file name to clipboard
+1-1Lines 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
+1-1Lines 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

Copy file name to clipboardExpand all lines: testing/requirements.txt
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.