From 913463e1b0f2dfa342f0165419e678247a852992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:55:42 +0000 Subject: [PATCH] build(deps-dev): update scikit-build-core requirement Updates the requirements on [scikit-build-core](https://github.com/orgs/scikit-build) to permit the latest version. - [Commits](https://github.com/orgs/scikit-build/commits) --- updated-dependencies: - dependency-name: scikit-build-core dependency-version: 0.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b6810a88c..86a7e569b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ # TODO: unpin the upper bound when scikit-build dynamic metadata API is stable # dynamic metadata API is still unstable - "scikit-build-core>=0.5,!=0.6.0,<0.12", + "scikit-build-core>=0.5,!=0.6.0,<0.13", "packaging", 'tomli >= 1.1.0 ; python_version < "3.11"', "dependency_groups",