From 3548576f609bbacffd4b22bd994d8d47784fc141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:09:44 +0100 Subject: [PATCH] Bump yarl from 1.18.0 to 1.18.3 (#942) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 12974e16..4fc94de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ ci = [ "aiohttp==3.11.8", "async-timeout==5.0.1", "multidict==6.1.0", - "yarl==1.18.0", + "yarl==1.18.3", ] dev = [ "async-timeout==5.0.1",