Update argon2-cffi from 18.2.0 to 18.3.0 (#1758)

This commit is contained in:
pyup.io bot 2018-08-19 06:05:42 -07:00 committed by Nikita Shupeyko
parent 44b924b54f
commit e81f7abbd7

View File

@ -4,7 +4,7 @@ Pillow==5.2.0 # 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.2.0 # https://github.com/hynek/argon2_cffi
argon2-cffi==18.3.0 # https://github.com/hynek/argon2_cffi
{%- if cookiecutter.use_whitenoise == 'y' %}
whitenoise==4.0 # https://github.com/evansd/whitenoise
{%- endif %}