From 5aa8960ce8101168d92087e759602e26685db35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 00:03:59 +0000 Subject: [PATCH 1/2] build: bump plotly from 6.3.0 to 6.3.1 in the documentation group Bumps the documentation group with 1 update: [plotly](https://github.com/plotly/plotly.py). Updates `plotly` from 6.3.0 to 6.3.1 - [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.3.0...v6.3.1) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-patch 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 ab36bfc9dd8..2c5462b992f 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.3.0", + "plotly==6.3.1", "pyiges[full]==0.3.2", "pypandoc==1.15", "pytest-sphinx==0.6.3", From ed80e956a17c6958e8df1b36cbc4ac62b73cc305 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 10 Oct 2025 00:05:48 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4255.dependencies.md [dependabot-skip] --- doc/changelog.d/4255.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4255.dependencies.md diff --git a/doc/changelog.d/4255.dependencies.md b/doc/changelog.d/4255.dependencies.md new file mode 100644 index 00000000000..f70b0230846 --- /dev/null +++ b/doc/changelog.d/4255.dependencies.md @@ -0,0 +1 @@ +Bump plotly from 6.3.0 to 6.3.1 in the documentation group