Update to latest django subminor to pick up assorted fixes.

This commit is contained in:
Bill Nottingham
2018-10-16 11:48:33 -04:00
committed by Ryan Petrello
parent 07aaad53aa
commit aec3244f52
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ channels==1.1.8
celery==4.2.1 celery==4.2.1
daphne==1.3.0 # Last before backwards-incompatible channels 2 upgrade daphne==1.3.0 # Last before backwards-incompatible channels 2 upgrade
decorator==4.2.1 decorator==4.2.1
Django==1.11.11 Django==1.11.16
django-auth-ldap==1.2.8 django-auth-ldap==1.2.8
django-crum==0.7.2 django-crum==0.7.2
django-extensions==2.0.0 django-extensions==2.0.0

View File

@@ -37,7 +37,7 @@ django-radius==1.1.0
django-solo==1.1.3 django-solo==1.1.3
django-split-settings==0.3.0 django-split-settings==0.3.0
django-taggit==0.22.2 django-taggit==0.22.2
django==1.11.11 django==1.11.16
djangorestframework-yaml==1.0.3 djangorestframework-yaml==1.0.3
djangorestframework==3.7.7 djangorestframework==3.7.7
enum34==1.1.6 # via cryptography enum34==1.1.6 # via cryptography