Skip to content

Commit b1560e8

Browse files
Update whitenoise requirement from ~=6.8.0 to >=6.8,<6.12
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](evansd/whitenoise@6.8.0...6.11.0) --- updated-dependencies: - dependency-name: whitenoise dependency-version: 6.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e680c7 commit b1560e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies = [
5858
"setuptools",
5959
"urlman~=2.0.1",
6060
"vobject~=0.9.0",
61-
"whitenoise~=6.8.0",
61+
"whitenoise>=6.8,<6.12",
6262
"zxcvbn~=4.4.0",
6363
"pretalx_pages @ git+https://github.com/hongquan/eventyay-talk-pages.git@2956f13",
6464
"pretalx_venueless @ git+https://github.com/fossasia/eventyay-talk-video.git@main",

0 commit comments

Comments
 (0)