Skip to content

Commit

Permalink
Auto-update dependencies. (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and Jon Wayne Parrott committed Sep 2, 2016
1 parent 769903e commit 470d0dc
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==0.11.1
Flask-SQLAlchemy==2.1
gunicorn==19.6.0
PyMySQL==0.7.7
PyMySQL==0.7.8
2 changes: 1 addition & 1 deletion appengine/flexible/django_cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==1.10
Django==1.10.1
mysqlclient==1.3.7
wheel==0.29.0
gunicorn==19.6.0
2 changes: 1 addition & 1 deletion appengine/flexible/hello_world_django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==1.10
Django==1.10.1
gunicorn==19.6.0
2 changes: 1 addition & 1 deletion appengine/flexible/sendgrid/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==0.11.1
sendgrid==3.3.0
sendgrid==3.3.1
gunicorn==19.6.0
2 changes: 1 addition & 1 deletion appengine/standard/sendgrid/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sendgrid==3.3.0
sendgrid==3.3.1
2 changes: 1 addition & 1 deletion container_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==1.10
Django==1.10.1
mysqlclient==1.3.7
wheel==0.29.0
gunicorn==19.6.0
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mock==2.0.0
mysql-python==1.2.5
PyCrypto==2.6.1
pytest-cov==2.3.1
pytest==3.0.1
pytest==3.0.2
pyyaml==3.12
responses==0.5.1
WebTest==2.0.23
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
beautifulsoup4==4.5.1
coverage==4.2
cryptography==1.5
Django==1.10
Django==1.10.1
flaky==3.3.0
flask-cors==3.0.1
Flask-Sockets==0.2.1
Expand Down Expand Up @@ -30,9 +30,9 @@ pyasn1==0.1.9
PyAudio==0.2.9
PyCrypto==2.6.1
pymemcache==1.3.6
PyMySQL==0.7.7
PyMySQL==0.7.8
pytest-cov==2.3.1
pytest==3.0.1
pytest==3.0.2
pyyaml==3.12
redis==2.10.5
requests-toolbelt==0.7.0
Expand All @@ -41,7 +41,7 @@ requests[security]==2.11.1
responses==0.5.1
rsa==3.4.2
scipy==0.18.0
sendgrid==3.3.0
sendgrid==3.3.1
simplejson==3.8.2
six==1.10.0
twilio==6.3.dev0
Expand Down

0 comments on commit 470d0dc

Please sign in to comment.