From 913f953459809feb5df2b4bdb41ad5d8d4f75960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:14:00 +0000 Subject: [PATCH] Update whitenoise requirement from ~=6.7.0 to >=6.7,<6.9 Updates the requirements on [whitenoise](https://github.com/evansd/whitenoise) to permit the latest version. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.7.0...6.8.1) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dab20fddea..64d4aa2563 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "rules~=3.5.0", "urlman~=2.0.1", "vobject~=0.9.0", - "whitenoise~=6.7.0", + "whitenoise>=6.7,<6.9", "zxcvbn~=4.4.0", 'pretalx_pages @ git+https://github.com/fossasia/eventyay-talk-pages.git@main', 'pretalx_venueless @ git+https://github.com/fossasia/eventyay-talk-video.git@main',