From b5928ebe215814d46199734e9fbe7e6f71cd6803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:58:39 +0000 Subject: [PATCH] Update nanobind requirement from >=2.5.0 to >=2.12.0 in /python Updates the requirements on [nanobind](https://github.com/wjakob/nanobind) to permit the latest version. - [Changelog](https://github.com/wjakob/nanobind/blob/master/docs/changelog.rst) - [Commits](https://github.com/wjakob/nanobind/compare/v2.5.0...v2.12.0) --- updated-dependencies: - dependency-name: nanobind dependency-version: 2.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index c48aab819b..612cbbe89f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ # NOTE: petsc4py is an optional build dependency, therefore we don't # list it here. [build-system] -requires = ["scikit-build-core[pyproject]>=0.10", "nanobind>=2.5.0", "mpi4py"] +requires = ["scikit-build-core[pyproject]>=0.10", "nanobind>=2.12.0", "mpi4py"] build-backend = "scikit_build_core.build" [project]