From 9ea6ee2e1f5e571ec9ec11c651e3b9b4b329c844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 16:20:08 +0000 Subject: [PATCH] Bump pybind11 from 3.0.1 to 3.0.2 Bumps [pybind11](https://github.com/pybind/pybind11) from 3.0.1 to 3.0.2. - [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.1...v3.0.2) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96ff6471f..0f7fbe197 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core>=0.3.3", "pybind11==3.0.1", "setuptools_scm[toml]>=8.0"] +requires = ["scikit-build-core>=0.3.3", "pybind11==3.0.2", "setuptools_scm[toml]>=8.0"] build-backend = "scikit_build_core.build" [tool.scikit-build]