Update whitenoise from 4.0 to 4.1 (#1797)

This commit is contained in:
pyup.io bot 2018-09-12 12:23:28 -07:00 committed by Nikita Shupeyko
parent 4258ba9e2d
commit f60b6d464c

View File

@ -6,7 +6,7 @@ rcssmin==1.0.6{% if cookiecutter.windows == 'y' %} --install-option="--without-c
{%- endif %}
argon2-cffi==18.3.0 # https://github.com/hynek/argon2_cffi
{%- if cookiecutter.use_whitenoise == 'y' %}
whitenoise==4.0 # https://github.com/evansd/whitenoise
whitenoise==4.1 # https://github.com/evansd/whitenoise
{%- endif %}
redis>=2.10.5 # https://github.com/antirez/redis
{%- if cookiecutter.use_celery == "y" %}