From ae4155b46a28f2ddf9dafc61ecb426cc95aeee84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 00:03:45 +0000 Subject: [PATCH 1/2] build: update pyvista requirement from <=0.45.3 to <=0.46.2 Updates the requirements on [pyvista](https://github.com/pyvista/pyvista) to permit the latest version. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/0.3.2...v0.46.2) --- updated-dependencies: - dependency-name: pyvista dependency-version: 0.46.2 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 3e1925d147e..bb85b6051d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "psutil>=5.9.4", "pyansys-tools-versioning>=0.3.3", "pyiges[full]>=0.3.1", # Since v0.3.0, the 'full' flag is needed in order to install 'geomdl' - "pyvista<=0.45.3", + "pyvista<=0.46.2", "scipy>=1.3.0", # for sparse (consider optional?) "tabulate>=0.8.0", # for cli plotting "tqdm>=4.45.0", From 618fdba1f4568953d8e2c1be486916a554343c2f Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 5 Sep 2025 00:05:15 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4212.dependencies.md [dependabot-skip] --- doc/changelog.d/4212.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4212.dependencies.md diff --git a/doc/changelog.d/4212.dependencies.md b/doc/changelog.d/4212.dependencies.md new file mode 100644 index 00000000000..6ff24723e56 --- /dev/null +++ b/doc/changelog.d/4212.dependencies.md @@ -0,0 +1 @@ +Update pyvista requirement from <=0.45.3 to <=0.46.2