From 836c283bd4620645e7c5049263fcf53f3f8ec01a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:03:37 +0000 Subject: [PATCH] Update yarl requirement from >=1.7.2 to >=1.24.2 Updates the requirements on [yarl](https://github.com/aio-libs/yarl) to permit the latest version. - [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.7.2...v1.24.2) --- updated-dependencies: - dependency-name: yarl dependency-version: 1.24.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 306207d..fc6c570 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ aiohttp>=3.8.1 -yarl>=1.7.2 \ No newline at end of file +yarl>=1.24.2 \ No newline at end of file