Merge pull request #2290 from pydanny/pyup-update-argon2-cffi-19.1.0-to-19.2.0

Update argon2-cffi to 19.2.0
This commit is contained in:
Bruno Alla 2019-10-28 12:41:35 +00:00 committed by GitHub
commit 5398e4b0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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