From d4000c568e98afdba8aa873e63e287ad2781d1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 08:29:59 +0000 Subject: [PATCH] Update yapic-json requirement from >=1.4.3 to >=1.9.5 Updates the requirements on [yapic-json](https://github.com/zozzz/yapic.json) to permit the latest version. - [Changelog](https://github.com/zozzz/yapic.json/blob/master/release.py) - [Commits](https://github.com/zozzz/yapic.json/compare/1.4.3...1.9.5) --- updated-dependencies: - dependency-name: yapic-json dependency-version: 1.9.5 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..daa0855e8 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ pandas = "*" requests = ">=2.18.4" sortedcontainers = ">=1.5.9" websockets = ">=7.0" -"yapic.json" = ">=1.4.3" # fast, drop-in replacement of the built-in python.json +"yapic.json" = ">=1.9.5" # fast, drop-in replacement of the built-in python.json # --- Optional packages to speed-up Cryptofeed ----------------------------------------------- aiodns = ">=1.1" # aiodns speeds up DNS resolving cchardet = "*" # cchardet is a faster replacement for chardet