From 88f506a81fc27648242c9165362602c0e3cfcd46 Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Fri, 30 Aug 2024 15:22:01 +0200 Subject: [PATCH] pin whitenoise to 5.3.0 see https://github.com/evansd/whitenoise/issues/556 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d690fd170..7d5de9b33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "natsort>=8.3", "requests>=2", "unicodecsv>=0.14.1", - "whitenoise>=5.3.0", + "whitenoise==5.3.0", "django-contrib-comments>=1.9.1", "XlsxWriter>=1.2.6", # unreleased version of xmldiff that allows us to ignore attributes when diffing