From 1aa7688ba616d219c508fb44fee673177f4f94f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:03:11 +0000 Subject: [PATCH] Update cryptofeed requirement from >=1.3.1 to >=2.4.1 Updates the requirements on [cryptofeed](https://github.com/bmoscon/cryptofeed) to permit the latest version. - [Release notes](https://github.com/bmoscon/cryptofeed/releases) - [Changelog](https://github.com/bmoscon/cryptofeed/blob/master/CHANGES.md) - [Commits](https://github.com/bmoscon/cryptofeed/compare/v1.7.0...v2.4.1) --- updated-dependencies: - dependency-name: cryptofeed dependency-version: 2.4.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..b835a1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ boto3 pandas -cryptofeed>=1.3.1 +cryptofeed>=2.4.1 pyyaml pyarrow aiohttp>=3.7.1