From bed785d6e190e22c2a0a272d598586b1bf9a5a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:18:47 +0000 Subject: [PATCH 1/2] 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 89e8d16ce97..cb2e65fdc3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -117,7 +117,7 @@ boto3==1.28.56 # Django Caches python-memcached<=1.59 -whitenoise==6.5.0 +whitenoise==6.6.0 Brotli==1.1.0 # Contribs From 069c0fc2e5e95d91b8dde1f2d55d831e6dad065f Mon Sep 17 00:00:00 2001 From: afabiani Date: Tue, 9 Jan 2024 18:57:25 +0100 Subject: [PATCH 2/2] [Dependencies] Align setup.cfg with requirements.txt --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f0a1e2ae11e..b643320c2cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -142,7 +142,7 @@ install_requires = # Django Caches python-memcached<=1.59 - whitenoise==6.5.0 + whitenoise==6.6.0 Brotli==1.1.0 # Contribs