From 51e8aa93d1a827e22f4b302c2f38d9a36576bb6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:05:31 +0000 Subject: [PATCH] Update yarl requirement from >=1.7.2 to >=1.22.0 --- updated-dependencies: - dependency-name: yarl dependency-version: 1.22.0 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..a61acaf 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.22.0 \ No newline at end of file