From 81e061102395449f397d0250fd41d0f3d94158ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 17:18:15 +0000 Subject: [PATCH] Bump pybind11 from 2.13.6 to 3.0.0 Bumps [pybind11](https://github.com/pybind/pybind11) from 2.13.6 to 3.0.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/v2.13.6...v3.0.0) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50a0088..95d6cb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools", "scikit-build-core>=0.10.7, < 0.11", - "pybind11>=2.13.6, < 2.14" + "pybind11>= 2.13.6, < 3.1" ] build-backend = "scikit_build_core.setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 7c7db3e..1acbc25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ skytemple-3rdparty-typestubs==1.1.1 ruff mypy typing_extensions >= 4.0; python_version < "3.11" -pybind11==2.13.6 \ No newline at end of file +pybind11==3.0.0 \ No newline at end of file