Skip to content

Commit

Permalink
Update whitenoise requirement from <6.9.0,>=5.0 to >=5.0,<6.10.0
Browse files Browse the repository at this point in the history
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@v5.0...6.9.0)

---
updated-dependencies:
- dependency-name: whitenoise
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mdellweg committed Feb 7, 2025
1 parent 8f2e470 commit f10832d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies = [
"tablib<3.6.0",
"url-normalize>=1.4.3,<=1.4.3",
"uuid6>=2023.5.2,<=2024.7.10",
"whitenoise>=5.0,<6.9.0",
"whitenoise>=5.0,<6.10.0",
"yarl>=1.8,<1.18.4",
]

Expand Down

0 comments on commit f10832d

Please sign in to comment.