Skip to content

Commit 151b5a5

Browse files
dependabot[bot]mdellweg
authored andcommitted
Update yarl requirement from <1.24,>=1.12.0 to >=1.12.0,<1.25
Updates the requirements on [yarl](https://github.com/aio-libs/yarl) to permit the latest version. - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.12.0...v1.24.2) --- updated-dependencies: - dependency-name: yarl dependency-version: 1.24.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b30ca6a commit 151b5a5

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
@@ -64,7 +64,7 @@ dependencies = [
6464
"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",
67-
"yarl>=1.12.0,<1.24", # Seems to follow SemVer https://yarl.aio-libs.org/en/latest/contributing/release_guide/#pre-release-activities .
67+
"yarl>=1.12.0,<1.25", # Seems to follow SemVer https://yarl.aio-libs.org/en/latest/contributing/release_guide/#pre-release-activities .
6868
]
6969

7070
[project.optional-dependencies]

0 commit comments

Comments
 (0)