From ac7d8f80e5a804a0127c0275427048c8cf503172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 07:08:47 +0000 Subject: [PATCH] Bump pybind11 from 3.0.1 to 3.0.3 Bumps [pybind11](https://github.com/pybind/pybind11) from 3.0.1 to 3.0.3. - [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.3) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.0.3 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 86dd3dd97..b0fed837a 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.3", "setuptools_scm[toml]>=8.0"] build-backend = "scikit_build_core.build" [tool.scikit-build]