From b95bfad14a2d4129395030a79eb55a1b1d4c9ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:19:46 +0000 Subject: [PATCH] Update pybind11 requirement from >=2.10.0 to >=3.0.3 Updates the requirements on [pybind11](https://github.com/pybind/pybind11) to permit the latest version. - [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/v2.10.0...v3.0.3) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.0.3 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 b29ce555..01267b9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=82.0.1", "wheel", "setuptools_scm[toml]>=3.5.0", "pybind11>=2.10.0"] +requires = ["setuptools>=82.0.1", "wheel", "setuptools_scm[toml]>=3.5.0", "pybind11>=3.0.3"] build-backend = "setuptools.build_meta" [tool.setuptools_scm]