Skip to content

Commit bae85ee

Browse files
Update plotly requirement from <6.3,>5.10 to >5.10,<6.4
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/main/CHANGELOG.md) - [Commits](plotly/plotly.py@v5.11.0...v6.3.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f05b75 commit bae85ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tooling = [ # in local development these are provided globally
5757
]
5858
tests = ["rmi-dispatch[dev,tooling]"]
5959
viz = [
60-
"plotly>5.10,<6.3",
60+
"plotly>5.10,<6.4",
6161
"kaleido>0.2,<2",
6262
]
6363

0 commit comments

Comments
 (0)