diff --git a/doc/changelog.d/3383.dependencies.md b/doc/changelog.d/3383.dependencies.md new file mode 100644 index 0000000000..59f633953c --- /dev/null +++ b/doc/changelog.d/3383.dependencies.md @@ -0,0 +1 @@ +build: bump plotly from 5.23.0 to 5.24.0 in the documentation group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2f13e6c174..bd43622a88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ doc = [ "matplotlib==3.9.2", "numpydoc==1.8.0", "pandas==2.2.2", - "plotly==5.23.0", + "plotly==5.24.0", "pyiges[full]==0.3.1", "pypandoc==1.13", "pytest-sphinx==0.6.3",