From baa5bc0eb8059f275f67903fe67ad18f3290e793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 06:20:41 +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.1 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 dd204fc..92fc711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "scikit-build-core~=0.11.6", + "scikit-build-core>=0.11.6,<0.13.0", "pybind11~=3.0.1", "setuptools-scm~=9.2.2", ]