From 94caee103cf394e4c9dea7cfdec1a0869f7b5335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 00:46:31 +0000 Subject: [PATCH] Bump pybind11 from 3.0.4 to 3.1.0 Bumps [pybind11](https://github.com/pybind/pybind11) from 3.0.4 to 3.1.0. - [Release notes](https://github.com/pybind/pybind11/releases) - [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.md) - [Commits](https://github.com/pybind/pybind11/compare/v3.0.4...v3.1.0) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bdcbe3..d1215f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "scikit-build-core[pyproject]==1.0.3", - "pybind11==3.0.4", + "pybind11==3.1.0", "setuptools==80.9.0", "wheel==0.45.1", ]