From e91bc5729864a55151136562c2fb9c04b156b01b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:56:18 +0000 Subject: [PATCH 1/2] build(deps): update pandas requirement from <2.3,>=1.1.0 to >=1.1.0,<2.4 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.1.0...v2.3.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9c54b9de868..fcf8cb6f1fac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "grpcio-status>=1.26.0", "nltk>=3.9.1", "numpy>=1.14.0,<3.0.0", - "pandas>=1.1.0,<2.3", + "pandas>=1.1.0,<2.4", "pyansys-tools-report>=0.8.1", "pyyaml>=6.0", ] From b770de446e7a72e913414a85dcb89ab3b5cf8170 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:57:47 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4229.dependencies.md [dependabot-skip] --- doc/changelog.d/4229.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4229.dependencies.md diff --git a/doc/changelog.d/4229.dependencies.md b/doc/changelog.d/4229.dependencies.md new file mode 100644 index 000000000000..95d21dda3b34 --- /dev/null +++ b/doc/changelog.d/4229.dependencies.md @@ -0,0 +1 @@ +update pandas requirement from <2.3,>=1.1.0 to >=1.1.0,<2.4 \ No newline at end of file