From c1048743665adbef73955281629e177caa179ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:57:31 +0000 Subject: [PATCH] Bump ccxt from 4.4.26 to 4.4.29 Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.26 to 4.4.29. - [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.26...4.4.29) --- 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 424baf0d3..af7c9ede7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ install_requirements = [ "black==24.10.0", "bumpversion", - "ccxt==4.4.26", + "ccxt==4.4.29", "coverage", "dash[testing]==2.18.1", "dash_bootstrap_components==1.6.0",