From 421cad939121042487d806d8d64c26718b25bfe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 23:39:21 +0000 Subject: [PATCH] Bump scikit-build-core from 0.10.7 to 0.11.6 Bumps [scikit-build-core](https://github.com/orgs/scikit-build) from 0.10.7 to 0.11.6. - [Commits](https://github.com/orgs/scikit-build/commits) --- updated-dependencies: - dependency-name: scikit-build-core dependency-version: 0.11.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50a0088..c363f52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools", - "scikit-build-core>=0.10.7, < 0.11", + "scikit-build-core>= 0.10.7, < 0.12", "pybind11>=2.13.6, < 2.14" ] build-backend = "scikit_build_core.setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 7c7db3e..19dfaf5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -scikit-build-core==0.10.7 +scikit-build-core==0.11.6 igraph==0.11.8 pygments>=2.6.1 types-Pygments