From f1050eff24712cc3693d166af810f9cbceea7e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:30:08 +0000 Subject: [PATCH] Update aiofile requirement from >=2.0.0 to >=3.9.0 Updates the requirements on [aiofile](https://github.com/mosquito/aiofile) to permit the latest version. - [Commits](https://github.com/mosquito/aiofile/commits) --- updated-dependencies: - dependency-name: aiofile dependency-version: 3.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 8373ef95d..ae6c046cb 100644 --- a/Pipfile +++ b/Pipfile @@ -21,7 +21,7 @@ websockets = ">=7.0" aiodns = ">=1.1" # aiodns speeds up DNS resolving cchardet = "*" # cchardet is a faster replacement for chardet # --- Optional dependencies ------------------------------------------------------------------ -aiofile = ">=2.0.0" # used by util/async_file.py +aiofile = ">=3.9.0" # used by util/async_file.py aiokafka = "*" # pip install cryptofeed[kafka] aioredis = "*" # pip install cryptofeed[redis] arctic = "*" # pip install cryptofeed[arctic]