From 3bfa9116bc66add1325bd7559e50e05e8abb6633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 00:04:45 +0000 Subject: [PATCH 1/2] build: bump the documentation group with 2 updates Bumps the documentation group with 2 updates: [pandas](https://github.com/pandas-dev/pandas) and [plotly](https://github.com/plotly/plotly.py). Updates `pandas` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.1...v2.3.2) Updates `plotly` 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: pandas dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation - dependency-name: plotly dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a6e1d40092..3e1925d147e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ tests = [ "ansys-tools-visualization-interface==0.11.0", "autopep8==2.3.2", "matplotlib==3.10.5", - "pandas==2.3.1", + "pandas==2.3.2", "pyansys-tools-report==0.8.2", "pyfakefs==5.9.2", "pyiges[full]==0.3.2", @@ -98,8 +98,8 @@ doc = [ "matplotlib==3.10.5", "nbformat==5.10.4", "numpydoc==1.9.0", - "pandas==2.3.1", - "plotly==6.2.0", + "pandas==2.3.2", + "plotly==6.3.0", "pyiges[full]==0.3.2", "pypandoc==1.15", "pytest-sphinx==0.6.3", From f71ab21de98a3af6ad6a6cb138aa56054a9b5c69 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 29 Aug 2025 00:06:15 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4205.dependencies.md [dependabot-skip] --- doc/changelog.d/4205.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4205.dependencies.md diff --git a/doc/changelog.d/4205.dependencies.md b/doc/changelog.d/4205.dependencies.md new file mode 100644 index 00000000000..49da9e01878 --- /dev/null +++ b/doc/changelog.d/4205.dependencies.md @@ -0,0 +1 @@ +Bump the documentation group with 2 updates