Skip to content

Commit

Permalink
Update plotly requirement from ~=5.24.1 to >=5.24.1,<6.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version.
- [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.24.1...v6.0.0)

---
updated-dependencies:
- dependency-name: plotly
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent 3e9f001 commit 13ce037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies = [
"toml==0.10.2",
"numpy~=2.2.1",
"matplotlib~=3.10.0",
"plotly~=5.24.1",
"plotly>=5.24.1,<6.1.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 13ce037

Please sign in to comment.