From f629875794a2f400c028c49ad8937b9144747276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:08:14 +0000 Subject: [PATCH] Update aiohttp requirement from >=3.7.1 to >=3.14.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.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 3454b2a..6562c7a 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.0