From cd8f7891f8536ca8ea06ae97a2783d53a4609db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:46:12 +0000 Subject: [PATCH] Bump plotly from 5.15.0 to 5.16.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.15.0 to 5.16.0. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.15.0...v5.16.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 45584553..67cb8ee1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.24.3 -plotly==5.15.0 +plotly==5.16.0 pandas==2.0.2 ta==0.10.2 ccxt==3.1.41 diff --git a/setup.py b/setup.py index 85ce0cef..61a2f937 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ }, install_requires=[ 'numpy==1.24.3', - 'plotly==5.15.0', + 'plotly==5.16.0', 'pandas==2.0.2', 'ta==0.10.2', 'ccxt==3.1.41',