From 6382470c50a133d0c5508d26262f0c4765ad67aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:17:57 +0000 Subject: [PATCH] Bump whitenoise from 6.5.0 to 6.6.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.5.0 to 6.6.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.5.0...6.6.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 68f3844..f5a4983 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ python-dotenv==1.0.0 service-identity==23.1.0 shapely==2.0.1 text-unidecode==1.3 -whitenoise==6.5.0 +whitenoise==6.6.0 zope.event==5.0