From abfdf51f40fe9822f9bff0cb609eeca525fbc6e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 00:49:43 +0000 Subject: [PATCH 1/2] build: bump plotly from 6.1.1 to 6.1.2 Bumps [plotly](https://github.com/plotly/plotly.py) from 6.1.1 to 6.1.2. - [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.1.1...v6.1.2) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 61ed29668e577806bc7f42abd2e6b9de6db0261b Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 28 May 2025 00:50:31 +0000 Subject: [PATCH 2/2] chore: adding changelog file 709.dependencies.md [dependabot-skip] --- doc/changelog.d/709.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/709.dependencies.md 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