From 5c1be778a17cd8c746cbb8e806579fd35257634f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:05:18 +0000 Subject: [PATCH] Update aiohttp requirement from >=3.8.1 to >=3.13.5 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 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..35c6d36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -aiohttp>=3.8.1 +aiohttp>=3.13.5 yarl>=1.7.2 \ No newline at end of file