Skip to content

Commit

Permalink
Update yarl requirement from <1.12 to <1.14
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.13.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 Sep 30, 2024
1 parent d3c7cfe commit bbd9d46
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 @@ -107,7 +107,7 @@ dependencies = [
'typing-extensions<5; python_version <= "3.7"',
"vasuki==0.7.0",
"verlib2==0.2",
"yarl<1.12",
"yarl<1.14",
]
[project.optional-dependencies]
all = [
Expand Down

0 comments on commit bbd9d46

Please sign in to comment.