From 7d0b3eb5ef228f3b181e765e3a857ec359d443d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:58:01 +0000 Subject: [PATCH] Bump whitenoise from 6.3.0 to 6.5.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.3.0 to 6.5.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.3.0...6.5.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3cd5c97..404400f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ rollbar==0.16.3 # web server gunicorn==20.1.0 -whitenoise==6.3.0 +whitenoise==6.5.0 # dev dependencies