From 2fe6333dea4e892f64db2a3ca0b01377a752dcf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 10:17:26 +0000 Subject: [PATCH] Bump whitenoise from 6.2.0 to 6.4.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.2.0 to 6.4.0. - [Release notes](https://github.com/evansd/whitenoise/releases) - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.2.0...6.4.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_slug}}/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements.txt b/{{cookiecutter.project_slug}}/requirements.txt index f944341..8ac35fe 100644 --- a/{{cookiecutter.project_slug}}/requirements.txt +++ b/{{cookiecutter.project_slug}}/requirements.txt @@ -9,4 +9,4 @@ drf-yasg==1.21.5 gunicorn==20.1.0 psycopg2-binary==2.9.5 python-decouple==3.8 -whitenoise==6.2.0 +whitenoise==6.4.0