diff --git a/cpp/cmake/deps/pybind11.cmake b/cpp/cmake/deps/pybind11.cmake index 1fbba6c9d..2bab5c8b4 100644 --- a/cpp/cmake/deps/pybind11.cmake +++ b/cpp/cmake/deps/pybind11.cmake @@ -17,7 +17,7 @@ if (NOT TARGET deps::pybind11) FetchContent_Declare( deps-pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11.git - GIT_TAG v2.10.3 + GIT_TAG v2.11.1 GIT_SHALLOW TRUE ) FetchContent_GetProperties(deps-pybind11) diff --git a/python/cmake/deps/pybind11.cmake b/python/cmake/deps/pybind11.cmake index de4172935..7347ed651 100644 --- a/python/cmake/deps/pybind11.cmake +++ b/python/cmake/deps/pybind11.cmake @@ -17,7 +17,7 @@ if (NOT TARGET deps::pybind11) FetchContent_Declare( deps-pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11.git - GIT_TAG v2.10.3 + GIT_TAG v2.11.1 GIT_SHALLOW TRUE ) FetchContent_GetProperties(deps-pybind11)