From 0b4c2806ca3e3f5811760bac6df8689452f0d67e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 06:01:59 +0000 Subject: [PATCH 1/2] chore: 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 8ed6587005..8927134b77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ tests = [ "pytest==8.4.1", "pytest-cov==6.2.1", "joblib==1.5.1", - "pandas==2.3.1", + "pandas==2.3.2", "openpyxl==3.1.5", "scikit-learn==1.7.1", "pytest-xdist==3.8.0", From bba91277f869b570cc841c116724c3ed81eb80e7 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 26 Aug 2025 06:02:56 +0000 Subject: [PATCH 2/2] chore: adding changelog file 890.maintenance.md [dependabot-skip] --- doc/changelog/890.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog/890.maintenance.md diff --git a/doc/changelog/890.maintenance.md b/doc/changelog/890.maintenance.md new file mode 100644 index 0000000000..601453ab1e --- /dev/null +++ b/doc/changelog/890.maintenance.md @@ -0,0 +1 @@ +Bump pandas from 2.3.1 to 2.3.2