From 343b59ae2cbd522a502e53f6250e5e9a5cfaa037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:31:53 +0000 Subject: [PATCH 1/2] build: bump pandas from 2.3.1 to 2.3.2 Bumps [pandas](https://github.com/pandas-dev/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) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.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 579a636ca..3c88c6f85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ doc = [ "notebook==7.4.5", "nbsphinx==0.9.7", "numpydoc==1.9.0", - "pandas==2.3.1", + "pandas==2.3.2", "Pillow>=9.0", "plotly==6.3.0", "PyGitHub==2.7.0", From a6c9e80bee88ffb3d235acb42bbe860e9528b993 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:32:41 +0000 Subject: [PATCH 2/2] chore: adding changelog file 778.dependencies.md [dependabot-skip] --- doc/changelog.d/778.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/778.dependencies.md diff --git a/doc/changelog.d/778.dependencies.md b/doc/changelog.d/778.dependencies.md new file mode 100644 index 000000000..601453ab1 --- /dev/null +++ b/doc/changelog.d/778.dependencies.md @@ -0,0 +1 @@ +Bump pandas from 2.3.1 to 2.3.2