From 895f42dee676299ca4c3a0a8922af4fff55ace95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 02:58:22 +0000 Subject: [PATCH 1/2] build: bump plotly from 6.2.0 to 6.3.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 6.2.0 to 6.3.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.2.0...v6.3.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.3.0 dependency-type: direct:production 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 bead0c7ee..579a636ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ doc = [ "numpydoc==1.9.0", "pandas==2.3.1", "Pillow>=9.0", - "plotly==6.2.0", + "plotly==6.3.0", "PyGitHub==2.7.0", "pyvista[jupyter]==0.46.1", "PyYAML==6.0.2", From 51bfb0a39e13adefb5931aac2b65770365fb4cfc Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 13 Aug 2025 02:59:21 +0000 Subject: [PATCH 2/2] chore: adding changelog file 774.dependencies.md [dependabot-skip] --- doc/changelog.d/774.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/774.dependencies.md diff --git a/doc/changelog.d/774.dependencies.md b/doc/changelog.d/774.dependencies.md new file mode 100644 index 000000000..e5d167ae2 --- /dev/null +++ b/doc/changelog.d/774.dependencies.md @@ -0,0 +1 @@ +Bump plotly from 6.2.0 to 6.3.0