Skip to content

Commit

Permalink
Update yarl requirement from <1.17 to <1.18
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@v0.0.1...v1.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amotl committed Nov 11, 2024
1 parent 2c98e8d commit 22b1e70
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 @@ -106,7 +106,7 @@ dependencies = [
'typing-extensions<5; python_version <= "3.7"',
"vasuki==0.7.0",
"verlib2==0.2",
"yarl<1.17",
"yarl<1.18",
]
[project.optional-dependencies]
all = [
Expand Down

0 comments on commit 22b1e70

Please sign in to comment.