Update argon2-cffi from 18.3.0 to 19.1.0 (#1909)

This commit is contained in:
pyup.io bot 2019-01-22 03:30:37 -08:00 committed by Nikita Shupeyko
parent b0380da4c0
commit e2f46e392e

View File

@ -4,7 +4,7 @@ Pillow==5.4.1 # https://github.com/python-pillow/Pillow
{%- if cookiecutter.use_compressor == "y" %}
rcssmin==1.0.6{% if cookiecutter.windows == 'y' %} --install-option="--without-c-extensions"{% endif %} # https://github.com/ndparker/rcssmin
{%- endif %}
argon2-cffi==18.3.0 # https://github.com/hynek/argon2_cffi
argon2-cffi==19.1.0 # https://github.com/hynek/argon2_cffi
{%- if cookiecutter.use_whitenoise == 'y' %}
whitenoise==4.1.2 # https://github.com/evansd/whitenoise
{%- endif %}