mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-12 17:12:25 +03:00
Merge pull request #1342 from pydanny/pyup-update-whitenoise-3.3.0-to-3.3.1
Update whitenoise to 3.3.1
This commit is contained in:
commit
427ffa0030
|
@ -11,7 +11,7 @@ django==1.10.8 # pyup: >=1.10,<1.11
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ==0.4.4
|
django-environ==0.4.4
|
||||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||||
whitenoise==3.3.0
|
whitenoise==3.3.1
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user