From 22b1e707d0c5fb8b15bdfd71fc4f553f2b3ab19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:16:57 +0000 Subject: [PATCH] Update yarl requirement from <1.17 to <1.18 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](https://github.com/aio-libs/yarl/compare/v0.0.1...v1.17.1) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd6f0f4..cbcd352 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [