From 0fac9fe28b5923bfeb7a680b0675ef4a4f37b93a Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 13 Dec 2021 15:47:14 -0500 Subject: [PATCH] Update argon2-cffi to 21.3.0 (#3464) --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 8cfe8c2f..c3f55761 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -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.2.0 # https://github.com/hynek/argon2_cffi +argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi {%- if cookiecutter.use_whitenoise == 'y' %} whitenoise==5.3.0 # https://github.com/evansd/whitenoise {%- endif %}