From 7910186f8da44eaae2c5d01f488da1760bf008d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:32:50 +0000 Subject: [PATCH] Bump ccxt from 4.4.24 to 4.4.26 Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.24 to 4.4.26. - [Release notes](https://github.com/ccxt/ccxt/releases) - [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md) - [Commits](https://github.com/ccxt/ccxt/compare/4.4.24...4.4.26) --- updated-dependencies: - dependency-name: ccxt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4fc49da50..d74a0f66c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ install_requirements = [ "black==24.10.0", "bumpversion", - "ccxt==4.4.24", + "ccxt==4.4.26", "coverage", "dash[testing]==2.18.1", "dash_bootstrap_components==1.6.0",