mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-15 18:42:27 +03:00
Update argon2-cffi to 21.2.0 (#3453)
This commit is contained in:
parent
87d2bac7a2
commit
2c82876599
|
@ -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
|
rcssmin==1.0.6 # https://github.com/ndparker/rcssmin
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- 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' %}
|
{%- if cookiecutter.use_whitenoise == 'y' %}
|
||||||
whitenoise==5.3.0 # https://github.com/evansd/whitenoise
|
whitenoise==5.3.0 # https://github.com/evansd/whitenoise
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user