From 54ee74cc4b7c66df8183230f1c2c99cce6d62a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 00:03:14 +0000 Subject: [PATCH 1/2] build: bump plotly from 6.4.0 to 6.5.0 in the documentation group Bumps the documentation group with 1 update: [plotly](https://github.com/plotly/plotly.py). Updates `plotly` from 6.4.0 to 6.5.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v6.4.0...v6.5.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: documentation ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bd9e6a9b7a..9842ad48fae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ doc = [ "nbformat==5.10.4", "numpydoc==1.9.0", "pandas==2.3.3", - "plotly==6.4.0", + "plotly==6.5.0", "pyiges[full]==0.3.2", "pypandoc==1.16.2", "pytest-sphinx==0.6.3", From 2a85d905935751ba8be8e06bde47a4700cd204b9 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 28 Nov 2025 00:04:48 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4327.dependencies.md [dependabot-skip] --- doc/changelog.d/4327.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4327.dependencies.md diff --git a/doc/changelog.d/4327.dependencies.md b/doc/changelog.d/4327.dependencies.md new file mode 100644 index 00000000000..c42933ec117 --- /dev/null +++ b/doc/changelog.d/4327.dependencies.md @@ -0,0 +1 @@ +Bump plotly from 6.4.0 to 6.5.0 in the documentation group