From 0b740c8cd097f7d7c8f10a1ad0e25b5f0abdc666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 03:57:02 +0000 Subject: [PATCH] Bump ccxt from 2.9.12 to 2.9.14 Bumps [ccxt](https://github.com/ccxt/ccxt) from 2.9.12 to 2.9.14. - [Release notes](https://github.com/ccxt/ccxt/releases) - [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md) - [Commits](https://github.com/ccxt/ccxt/commits) --- updated-dependencies: - dependency-name: ccxt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5977a6440..6467d421c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.24.2 pandas==1.5.3 pandas-ta==0.3.14b -ccxt==2.9.12 +ccxt==2.9.14 cryptography==39.0.2 aiohttp==3.8.4 SQLAlchemy==2.0.5.post1