Update argon2-cffi to 21.2.0 (#3453)

This commit is contained in:
pyup.io bot 2021-12-08 08:18:40 -05:00 committed by GitHub
parent 87d2bac7a2
commit 2c82876599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ rcssmin==1.0.6 --install-option="--without-c-extensions" # https://github.com/n
rcssmin==1.0.6 # https://github.com/ndparker/rcssmin
{%- endif %}
{%- endif %}
argon2-cffi==21.1.0 # https://github.com/hynek/argon2_cffi
argon2-cffi==21.2.0 # https://github.com/hynek/argon2_cffi
{%- if cookiecutter.use_whitenoise == 'y' %}
whitenoise==5.3.0 # https://github.com/evansd/whitenoise
{%- endif %}