From 4bd2f60880334a7f98ead769d90e550e918f9004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:35:12 +0000 Subject: [PATCH] Update scikit-build requirement from >=0.18.0 to >=0.19.0 Updates the requirements on [scikit-build](https://github.com/scikit-build/scikit-build) to permit the latest version. - [Release notes](https://github.com/scikit-build/scikit-build/releases) - [Changelog](https://github.com/scikit-build/scikit-build/blob/main/CHANGES.rst) - [Commits](https://github.com/scikit-build/scikit-build/compare/0.18.0...0.19.0) --- updated-dependencies: - dependency-name: scikit-build dependency-version: 0.19.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 0d399a6..cce2255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools>=65.4.1", - "scikit-build>=0.18.0", + "scikit-build>=0.19.0", "cmake>=3.18", "ninja", ]