From 7de26cfa94c9f6aba3020d4b1af7ad6c29d3765f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 09:05:00 +0000 Subject: [PATCH 1/2] BUILD(pip): update pyvista requirement 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/v0.38.0...v0.45.0) --- updated-dependencies: - dependency-name: pyvista dependency-version: 0.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ec49ecbd9e..0fccf823150 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ tests = [ "pyaedt[integration-tests]", "pytest-timeout>=2.3.0,<2.4", "pytest-xdist>=3.5.0,<3.7", - "pyvista[io]>=0.38.0,<0.45", + "pyvista[io]>=0.38.0,<0.46", "scikit-rf>=0.30.0,<1.7", "tables; python_version >= '3.10'", ] @@ -89,7 +89,7 @@ doc = [ "sphinx-copybutton>=0.5.0,<0.6", "sphinx-gallery>=0.14.0,<0.20", "sphinx_design>=0.4.0,<0.7", - "pyvista[io]>=0.38.0,<0.45", + "pyvista[io]>=0.38.0,<0.46", "ansys-tools-visualization-interface; python_version >= '3.10'", ] jupyter = [ @@ -103,7 +103,7 @@ all = [ "openpyxl>=3.1.0,<3.3", "osmnx>=1.1.0,<2.1", "pandas>=1.1.0,<2.3", - "pyvista[io]>=0.38.0,<0.45", + "pyvista[io]>=0.38.0,<0.46", "fast-simplification>=0.1.7", "ansys-tools-visualization-interface; python_version >= '3.10'", "tables; python_version >= '3.10'", From bc03dfea6d8444abaa36a74dcbb816763fdb25ef Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Sat, 10 May 2025 09:07:56 +0000 Subject: [PATCH 2/2] chore: adding changelog file 6080.dependencies.md [dependabot-skip] --- doc/changelog.d/6080.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/6080.dependencies.md diff --git a/doc/changelog.d/6080.dependencies.md b/doc/changelog.d/6080.dependencies.md new file mode 100644 index 00000000000..1479bad549f --- /dev/null +++ b/doc/changelog.d/6080.dependencies.md @@ -0,0 +1 @@ +update pyvista requirement from <0.45,>=0.38.0 to >=0.38.0,<0.46 \ No newline at end of file