From 6b3747311e01735c4e89c51836c47c6c5db12a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 10:54:49 +0000 Subject: [PATCH 1/2] build(deps-dev): update pyvista requirement from <=0.48.2 to <=0.48.4 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.4) --- updated-dependencies: - dependency-name: pyvista dependency-version: 0.48.4 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 d8cf6f02..a9427339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,12 +37,12 @@ dev = [ "pytest-cov", "pytest_regressions" ] -devsim = ["devsim", "pyvista<=0.48.2", "tidy3d~=2.11.1"] +devsim = ["devsim", "pyvista<=0.48.4", "tidy3d~=2.11.1"] docs = [ "jupytext", "matplotlib", "jupyter-book>=1,<3", - "pyvista[all]<=0.48.2", + "pyvista[all]<=0.48.4", "bokeh", "scikit-learn" ] From cf133349adac930cef38b4b92fd45d4c5e193f25 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Mon, 18 May 2026 07:07:27 -0400 Subject: [PATCH 2/2] Exclude files.pythonhosted.org from lychee link checker PyPI file download URLs in uv.lock return transient 503 errors, causing CI pre-commit to fail on the lychee check. --- .github/.lychee.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/.lychee.toml b/.github/.lychee.toml index 124da193..65a9d7ff 100644 --- a/.github/.lychee.toml +++ b/.github/.lychee.toml @@ -35,7 +35,9 @@ exclude = [ "https://jupyterbook.org/.*", "https://pyswarms.readthedocs.io/.*", "https://docs.ray.io/.*", - "https://awslabs.github.io/palace/.*" + "https://awslabs.github.io/palace/.*", + # PyPI file downloads in uv.lock return transient 503s + "https://files.pythonhosted.org/.*" ] # Exclude paths that contain template variables or are known false positives exclude_path = [