From fdd0428a3440e2d5c006acb6d39b60180e4d1877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:57:53 +0000 Subject: [PATCH] Bump pybind11 from 3.0.1 to 3.0.4 Bumps [pybind11](https://github.com/pybind/pybind11) from 3.0.1 to 3.0.4. - [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.4) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.0.4 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 9e07212..2876d13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "scikit-build-core[pyproject]==1.0.3", "dynamic-metadata==0.5.0", - "pybind11==3.0.1", + "pybind11==3.0.4", "setuptools==80.9.0", "wheel==0.45.1", ]