From 30291860ce763f858dcebba83e25bf807e9c1176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 06:29:30 +0000 Subject: [PATCH] Bump yarl from 1.9.4 to 1.11.1 Bumps [yarl](https://github.com/aio-libs/yarl) from 1.9.4 to 1.11.1. - [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/v1.9.4...v1.11.1) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37f9bf0e..3ebbfe4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ ci = [ "aiohttp==3.10.5", "async-timeout==4.0.3", "multidict==6.0.5", - "yarl==1.9.4", + "yarl==1.11.1", ] dev = [ "async-timeout==4.0.3",