From 97a0d130ef99fc62dac27a0b5a1d7bac4018e6d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:08:05 +0000 Subject: [PATCH] Bump scikit-build-core from 0.11.6 to 1.0.3 Bumps [scikit-build-core](https://github.com/scikit-build/scikit-build-core) from 0.11.6 to 1.0.3. - [Release notes](https://github.com/scikit-build/scikit-build-core/releases) - [Commits](https://github.com/scikit-build/scikit-build-core/compare/v0.11.6...v1.0.3) --- updated-dependencies: - dependency-name: scikit-build-core dependency-version: 1.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 970d23f..c2e80c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "scikit-build-core[pyproject]==0.11.6", + "scikit-build-core[pyproject]==1.0.3", "pybind11==3.0.1", "setuptools==80.9.0", "wheel==0.45.1",