From 111b654764f8c336564c27aca123e8c55be12580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:05:16 +0000 Subject: [PATCH 1/2] build: bump pandas from 2.3.2 to 2.3.3 in the documentation group Bumps the documentation group with 1 update: [pandas](https://github.com/pandas-dev/pandas). Updates `pandas` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2db28b692b..bec9f9168f9 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.6", - "pandas==2.3.2", + "pandas==2.3.3", "pyansys-tools-report==0.8.3", "pyfakefs==5.9.3", "pyiges[full]==0.3.2", @@ -98,7 +98,7 @@ doc = [ "matplotlib==3.10.6", "nbformat==5.10.4", "numpydoc==1.9.0", - "pandas==2.3.2", + "pandas==2.3.3", "plotly==6.3.0", "pyiges[full]==0.3.2", "pypandoc==1.15", From f4a76417f7ef856a806555d514fed0a75bdee1a1 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:06:55 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4242.dependencies.md [dependabot-skip] --- doc/changelog.d/4242.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4242.dependencies.md diff --git a/doc/changelog.d/4242.dependencies.md b/doc/changelog.d/4242.dependencies.md new file mode 100644 index 00000000000..2dd0b21b488 --- /dev/null +++ b/doc/changelog.d/4242.dependencies.md @@ -0,0 +1 @@ +Bump pandas from 2.3.2 to 2.3.3 in the documentation group