Skip to content

Commit b64d170

Browse files
authored
Merge pull request #1808 from Anselmoo/renovate/plotly-6.x
fix(deps): update dependency plotly to v6
2 parents a6abbf3 + 5b7eff4 commit b64d170

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies = [
5959
[project.optional-dependencies]
6060
jupyter = [
6161
"jupyterlab>=3.5.2,<5.0.0",
62-
"plotly>=5.21.0,<6",
62+
"plotly>=6,<7",
6363
"itables>=2.1.1,<3",
6464
"kaleido==0.2.1",
6565
"dtale>=3.9.0,<4",
@@ -74,7 +74,7 @@ jupyter-dash = [
7474
graph = ["networkx>=3.0.0,<4", "pydot>=3.0.0,<4"]
7575
all = [
7676
"jupyterlab>=3.5.2,<5.0.0",
77-
"plotly>=5.21.0,<6",
77+
"plotly>=6,<7",
7878
"itables>=2.1.1,<3",
7979
"kaleido==0.2.1",
8080
"dtale>=3.9.0,<4",

uv.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)