8000 Updating requirements. · sjamthe/python-docs-samples@136e69d · GitHub
[go: up one dir, main page]

Skip to content

Commit 136e69d

Browse files
author
Jon Wayne Parrott
committed
Updating requirements.
1 parent 736c565 commit 136e69d

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==1.9.2
1+
Django==1.9.3
22
mysqlclient==1.3.7
33
wheel==0.29.0
44
gunicorn==19.4.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==0.10.1
22
gcloud==0.10.1
33
gunicorn==19.4.5
4-
oauth2client==2.0.0.post1
4+
oauth2client==2.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==1.9.2
1+
Django==1.9.3
22
mysqlclient==1.3.7
33
wheel==0.29.0
44
gunicorn==19.4.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==1.9.2
1+
Django==1.9.3
22
gunicorn==19.4.5

managed_vms/kinto/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
gunicorn==19.4.5
2-
oauth2client==2.0.0.post1
2+
oauth2client==2.0.1
33
kinto==1.11.2

managed_vms/pubsub/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==0.10.1
22
gcloud==0.10.1
33
gunicorn==19.4.5
4-
oauth2client==2.0.0.post1
4+
oauth2client==2.0.1

managed_vms/sendgrid/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==0.10.1
2-
sendgrid==1.6.22
2+
sendgrid==2.2.1
33
gunicorn==19.4.5

requirements-py27-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gcloud==0.10.1
22
google-api-python-client==1.5.0
3-
oauth2client==2.0.0.post1
3+
oauth2client==2.0.1
44
requests[security]==2.9.1
55
beautifulsoup4==4.4.1
66
coverage==4.1b2
@@ -21,10 +21,10 @@ PyMySQL==0.7.2
2121
pymemcache==1.3.5
2222
PyCrypto==2.6.1
2323
flaky==3.1.0
24-
Django==1.9.2
24+
Django==1.9.3
2525
twilio==6.3.dev0
26-
sendgrid==1.6.22
26+
sendgrid==2.2.1
2727
Flask-Sockets==0.2.0
2828
mysql-python==1.2.5
29-
pytest==2.8.7
29+
pytest==2.9.0
3030
pytest-cov==2.2.1

requirements-py34-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gcloud==0.10.1
22
google-api-python-client==1.5.0
3-
oauth2client==2.0.0.post1
3+
oauth2client==2.0.1
44
requests[security]==2.9.1
55
beautifulsoup4==4.4.1
66
coverage==4.1b2
@@ -21,8 +21,8 @@ PyMySQL==0.7.2
2121
pymemcache==1.3.5
2222
PyCrypto==2.6.1
2323
flaky==3.1.0
24-
Django==1.9.2
24+
Django==1.9.3
2525
twilio==6.3.dev0
26-
sendgrid==1.6.22
27-
pytest==2.8.7
26+
sendgrid==2.2.1
27+
pytest==2.9.0
2828
pytest-cov==2.2.1

0 commit comments

Comments
 (0)
0