MAINT/BUG: Bump deps (#26)
This commit is contained in:
parent
04fd45e5de
commit
eddec91d48
2 changed files with 14 additions and 14 deletions
|
@ -1,11 +1,11 @@
|
||||||
django==1.10
|
django==1.10.8
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ==0.4.0
|
django-environ==0.4.1
|
||||||
whitenoise==3.2.1
|
whitenoise==3.2.2
|
||||||
|
|
||||||
# DB
|
# DB
|
||||||
psycopg2==2.6.2
|
psycopg2==2.7.3.1
|
||||||
|
|
||||||
# Time zones support
|
# Time zones support
|
||||||
pytz==2016.6.1
|
pytz==2016.6.1
|
||||||
|
@ -17,8 +17,8 @@ python-dateutil==2.5.3
|
||||||
requests==2.11.0
|
requests==2.11.0
|
||||||
|
|
||||||
# REST
|
# REST
|
||||||
djangorestframework==3.4.4
|
djangorestframework==3.6.4
|
||||||
django-cors-middleware==1.3.1
|
django-cors-headers==1.3.1
|
||||||
django-filter==0.14.0
|
django-filter==1.0.4
|
||||||
djoser==0.5.0
|
djoser==0.7.0
|
||||||
djangorestframework-jsonapi==2.1.0
|
djangorestframework-jsonapi==2.1.1
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
-r base.txt
|
-r base.txt
|
||||||
|
|
||||||
# WSGI Handler
|
# WSGI Handler
|
||||||
gevent==1.0.2
|
gevent==1.2.0
|
||||||
gunicorn==19.3.0
|
gunicorn==19.7.1
|
||||||
|
|
||||||
# Static and Media Storage
|
# Static and Media Storage
|
||||||
boto==2.38.0
|
boto==2.48.0
|
||||||
django-storages-redux==1.3
|
django-storages-redux==1.3.3
|
||||||
|
|
||||||
# Mailgun Support
|
# Mailgun Support
|
||||||
django-mailgun==0.8.0
|
django-mailgun==0.9.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue