From 5fbf4bd45695aa172c06cbc4dbdaef6cd9456dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 19:58:35 +0000 Subject: [PATCH] Bump whitenoise from 6.2.0 to 6.5.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.2.0 to 6.5.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.2.0...6.5.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..491668d 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.5.0