Skip to content

Commit 720939c

Browse files
chore(deps-dev): update plotly requirement from >=5.14.0 to >=6.7.0
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.14.0...v6.7.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd89d47 commit 720939c

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
@@ -53,7 +53,7 @@ dev = [
5353
]
5454
viz = [
5555
"matplotlib>=3.7.0",
56-
"plotly>=5.14.0",
56+
"plotly>=6.7.0",
5757
]
5858

5959
[project.scripts]

0 commit comments

Comments
 (0)