diff --git a/requirements.txt b/requirements.txt index 9792b394..62552e29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.22.3 -plotly==5.6.0 +plotly==5.7.0 pandas==1.4.2 ta==0.9.0 tqdm==4.64.0 diff --git a/setup.py b/setup.py index 2e6c8b35..afacdd95 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ }, install_requires=[ 'numpy==1.22.3', - 'plotly==5.6.0', + 'plotly==5.7.0', 'pandas==1.4.2', 'ta==0.9.0', 'tqdm==4.64.0',