From 6da1ad23275ccbcd5c26172fe4d79e2f3f67ce44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:09:16 +0000 Subject: [PATCH 1/2] build: bump plotly from 6.3.1 to 6.4.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 6.3.1 to 6.4.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.3.1...v6.4.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a420639141..535bf918ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ doc = [ "nbsphinx==0.9.7", "numpydoc==1.9.0", "pandas==2.3.3", - "plotly==6.3.1", + "plotly==6.4.0", "scipy==1.15.3", "sphinx==7.4.7", "sphinx-copybutton==0.5.2", From 31546b42c666aec581d2413d4a11214495dc7c8c Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:11:08 +0000 Subject: [PATCH 2/2] chore: adding changelog file 889.dependencies.md [dependabot-skip] --- doc/source/changelog/889.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/889.dependencies.md diff --git a/doc/source/changelog/889.dependencies.md b/doc/source/changelog/889.dependencies.md new file mode 100644 index 0000000000..6a721d205f --- /dev/null +++ b/doc/source/changelog/889.dependencies.md @@ -0,0 +1 @@ +Bump plotly from 6.3.1 to 6.4.0