Skip to content

Commit

Permalink
Update yarl requirement from <1.17.3,>=1.8 to >=1.8,<1.18.1
Browse files Browse the repository at this point in the history
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.8.0...v1.18.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mdellweg committed Nov 22, 2024
1 parent c5f26f4 commit c6c87f9
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 @@ -67,7 +67,7 @@ dependencies = [
"url-normalize>=1.4.3,<=1.4.3",
"uuid6>=2023.5.2,<=2024.7.10",
"whitenoise>=5.0,<6.9.0",
"yarl>=1.8,<1.17.3",
"yarl>=1.8,<1.18.1",
]

[project.optional-dependencies]
Expand Down

0 comments on commit c6c87f9

Please sign in to comment.