From 34fb3f3bbd217f6858d9ddd1d218eb5ff0bc7752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:43:18 +0900 Subject: [PATCH] Bump yarl from 1.9.4 to 1.11.1 (#899) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3375ad1a..6e250d01 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",