From 61b03eec762557a991b23bc79e190d2ffa960956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:40:09 +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] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a00797d..9420e9a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -90,7 +90,7 @@ typing==3.7.4.3 # via -r requirements_dev.in urllib3==2.2.2 # via -r requirements_dev.in -yarl==1.9.4 +yarl==1.11.1 # via # -r requirements_dev.in # aiohttp diff --git a/requirements.txt b/requirements.txt index 05f35b3..ab06a20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,5 +32,5 @@ six==1.16.0 # via python-dateutil strenum==0.4.15 # via -r requirements.in -yarl==1.9.4 +yarl==1.11.1 # via aiohttp