From ea31276c055a1ad64e2244a9a94d7a435837c1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 03:07:16 +0000 Subject: [PATCH] Bump ccxt from 4.4.29 to 4.4.31 Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.29 to 4.4.31. - [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.29...4.4.31) --- 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 800cf2f97..a3419f468 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ install_requirements = [ "black==24.10.0", "bumpversion", - "ccxt==4.4.29", + "ccxt==4.4.31", "coverage", "dash[testing]==2.18.2", "dash_bootstrap_components==1.6.0",