diff --git a/pyproject.toml b/pyproject.toml index 20f4c6893d..c7d88aa282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ "tablib>=3.5.0,<4.0, !=3.6", # 3.6.0 breaks with import export. Not sure about semver. "url-normalize>=1.4.3,<2.3", # SemVer. https://github.com/niksite/url-normalize/blob/master/CHANGELOG.md#changelog "uuid6>=2023.5.2,<=2025.0.1", - "whitenoise>=5.0,<6.12.0", + "whitenoise>=5.0,<6.13.0", "yarl>=1.12.0,<1.23", # Seems to follow SemVer https://yarl.aio-libs.org/en/latest/contributing/release_guide/#pre-release-activities . ]