From 35c3bdd5b4acaf5632700a47971c75acfe488a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:42:19 +0300 Subject: [PATCH] Bump ccxt from 4.4.6 to 4.4.9 (#1641) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.6 to 4.4.9. - [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.6...4.4.9) --- updated-dependencies: - dependency-name: ccxt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Călina Cenan --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c23abe11a..9e1385c1d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ install_requirements = [ "black==24.8.0", "bumpversion", - "ccxt==4.4.6", + "ccxt==4.4.9", "coverage", "dash[testing]==2.17.1", "dash_bootstrap_components==1.6.0",