From f394ae1264ec277c7ede2702fa1e4ef0b333814e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 04:42:37 +0000 Subject: [PATCH] Update yarl requirement from <1.10 to <1.12 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.11.0) --- 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 17d4924..d9ec3e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ dependencies = [ 'typing-extensions<5; python_version <= "3.7"', "vasuki==0.7.0", "verlib2==0.2", - "yarl<1.10", + "yarl<1.12", ] [project.optional-dependencies] all = [