From c63dd79f50268b0e1f200b8eef809cf48b274b8d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 13:49:45 +0000 Subject: [PATCH] Bump whitenoise in /{{cookiecutter.project_slug}}/requirements Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/evansd/whitenoise/releases) - [Changelog](https://github.com/evansd/whitenoise/blob/master/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v5.2.0...v5.3.0) Signed-off-by: dependabot-preview[bot] --- {{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 6270cd2e..ea1f6929 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -2,7 +2,7 @@ pytz==2020.1 # https://github.com/stub42/pytz python-slugify==4.0.1 # https://github.com/un33k/python-slugify Pillow==7.2.0 # https://github.com/python-pillow/Pillow argon2-cffi==20.1.0 # https://github.com/hynek/argon2_cffi -whitenoise==5.2.0 # https://github.com/evansd/whitenoise +whitenoise==5.3.0 # https://github.com/evansd/whitenoise unidecode==1.1.1 # https://pypi.org/project/Unidecode/ # Django