diff --git a/doc/changelog.d/709.dependencies.md b/doc/changelog.d/709.dependencies.md new file mode 100644 index 000000000..0f90321ee --- /dev/null +++ b/doc/changelog.d/709.dependencies.md @@ -0,0 +1 @@ +bump plotly from 6.1.1 to 6.1.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2d0956081..8eb4331ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ doc = [ "numpydoc==1.8.0", "pandas==2.2.3", "Pillow>=9.0", - "plotly==6.1.1", + "plotly==6.1.2", "PyGitHub==2.6.1", "pyvista[jupyter]==0.45.2", "PyYAML==6.0.2",