From 6e8c72f2d1e4398ea585560fe5ac6292c9e4144f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:02:56 +0000 Subject: [PATCH] Update aiohttp requirement from >=3.7.1 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 3454b2a..e624609 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pandas cryptofeed>=1.3.1 pyyaml pyarrow -aiohttp>=3.7.1 +aiohttp>=3.14.1