From c185c7260d4c7b5d5b410d608b0e3668cf1cca33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:32:55 +0000 Subject: [PATCH] Update aiohttp requirement from >=3.8.4 to >=3.14.1 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 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 f10f1314..60ed3d2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ python-dateutil>=2.8.1 requests>=2.34.2 python-slugify>=8.0.4 sortedcontainers~=2.4.0 -aiohttp>=3.8.4 +aiohttp>=3.14.1 aiofiles>=23.1.0 \ No newline at end of file