From 34dae611f5930fec890e52bb3d77896354abf9ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:34:10 +0000 Subject: [PATCH 1/2] build: update pyvista requirement from <=0.45.3 to <=0.46.1 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.1) --- updated-dependencies: - dependency-name: pyvista dependency-version: 0.46.1 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 8a6e1d40092..ed910b4e179 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.1", "scipy>=1.3.0", # for sparse (consider optional?) "tabulate>=0.8.0", # for cli plotting "tqdm>=4.45.0", From 3ec74b2c0472e092a2cf7f2f49fc3ba8fb3c5a05 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:35:08 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4188.dependencies.md [dependabot-skip] --- doc/changelog.d/4188.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4188.dependencies.md diff --git a/doc/changelog.d/4188.dependencies.md b/doc/changelog.d/4188.dependencies.md new file mode 100644 index 00000000000..fc5a0d270ce --- /dev/null +++ b/doc/changelog.d/4188.dependencies.md @@ -0,0 +1 @@ +Update pyvista requirement from <=0.45.3 to <=0.46.1