Skip to content

Commit

Permalink
Bump plotly from 5.6.0 to 5.7.0
Browse files Browse the repository at this point in the history
Bumps [plotly](https://github.com/plotly/plotly.py) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.py@v5.6.0...v5.7.0)

---
updated-dependencies:
- dependency-name: plotly
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 6, 2022
1 parent 0d447ea commit f197949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f197949

Please sign in to comment.