Skip to content

Commit f53976e

Browse files
dependabot[bot]mdellweg
authored andcommitted
Update url-normalize requirement from <2.3,>=1.4.3 to >=1.4.3,<3.1
Updates the requirements on [url-normalize](https://github.com/niksite/url-normalize) to permit the latest version. - [Release notes](https://github.com/niksite/url-normalize/releases) - [Changelog](https://github.com/niksite/url-normalize/blob/master/CHANGELOG.md) - [Commits](niksite/url-normalize@1.4.3...v3.0.0) --- updated-dependencies: - dependency-name: url-normalize dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 438bdc8 commit f53976e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies = [
6161
"PyYAML>=5.1.1,<6.1", # Looks like only bugfixes in z-Stream.
6262
"redis>=4.3.0,<7.2", # Looks like only bugfixes in z-Stream.
6363
"tablib>=3.5.0,<4.0, !=3.6", # 3.6.0 breaks with import export. Not sure about semver.
64-
"url-normalize>=1.4.3,<2.3", # SemVer. https://github.com/niksite/url-normalize/blob/master/CHANGELOG.md#changelog
64+
"url-normalize>=1.4.3,<3.1", # SemVer. https://github.com/niksite/url-normalize/blob/master/CHANGELOG.md#changelog
6565
"uuid6>=2023.5.2,<=2025.0.1",
6666
"whitenoise>=5.0,<6.13.0",
6767
"yarl>=1.12.0,<1.24", # Seems to follow SemVer https://yarl.aio-libs.org/en/latest/contributing/release_guide/#pre-release-activities .

0 commit comments

Comments
 (0)