From 61027419a879a506186ec9b859bc20aae674528a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:18:02 +0000 Subject: [PATCH] Bump yarl from 1.11.1 to 1.18.0 Bumps [yarl](https://github.com/aio-libs/yarl) from 1.11.1 to 1.18.0. - [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.11.1...v1.18.0) --- 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 4438a60..e9cdb1b 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.11.1 +yarl==1.18.0 # via # -r requirements_dev.in # aiohttp diff --git a/requirements.txt b/requirements.txt index b6ccfd4..cba911c 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.11.1 +yarl==1.18.0 # via aiohttp