From 5b1dad5adf8fb984f424d1a0dec175055f81dc20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:06:17 +0000 Subject: [PATCH] pip(deps): update pybind11 requirement from >=2.11.0 to >=3.0.4 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.11.0...v3.0.4) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- testing_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7f5a952..0d9cc07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ pytest mpi4py # Dataset Acceleration -pybind11>=2.11.0 +pybind11>=3.0.4 cmake>=3.18.0 pyarrow>=12.0.0 polars>=0.19.0 diff --git a/testing_requirements.txt b/testing_requirements.txt index a3969a8..df7a3ea 100644 --- a/testing_requirements.txt +++ b/testing_requirements.txt @@ -36,7 +36,7 @@ PyJWT pytest # Dataset Acceleration -pybind11>=2.11.0 +pybind11>=3.0.4 cmake>=3.18.0 pyarrow>=12.0.0 polars>=0.19.0