From 98d826e14e47caeb8da1e26667a8cfcce538be56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:06:45 +0000 Subject: [PATCH] build(deps-dev): update pyvista requirement from <=0.46.0 to <=0.48.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.48.2) --- updated-dependencies: - dependency-name: pyvista dependency-version: 0.48.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d115be6a..be315af9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,12 +37,12 @@ dev = [ "pytest-cov", "pytest_regressions" ] -devsim = ["devsim", "pyvista<=0.46.0", "tidy3d~=2.11.1"] +devsim = ["devsim", "pyvista<=0.48.2", "tidy3d~=2.11.1"] docs = [ "jupytext", "matplotlib", "jupyter-book>=1,<3", - "pyvista[all]<=0.46.0", + "pyvista[all]<=0.48.2", "bokeh", "scikit-learn" ]