From 6212d53c477810b5ccb04becd181a903d2fb9b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:43:17 +0000 Subject: [PATCH] Bump plotly from 5.15.0 to 5.16.1 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.15.0 to 5.16.1. - [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.1) --- 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..0a54fbcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.24.3 -plotly==5.15.0 +plotly==5.16.1 pandas==2.0.2 ta==0.10.2 ccxt==3.1.41 diff --git a/setup.py b/setup.py index 85ce0cef..3dfe6014 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ }, install_requires=[ 'numpy==1.24.3', - 'plotly==5.15.0', + 'plotly==5.16.1', 'pandas==2.0.2', 'ta==0.10.2', 'ccxt==3.1.41',