diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index de79041bb4b7c..1b14baa427cca 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -13,7 +13,7 @@ else() FetchContent_Declare( pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11 - GIT_TAG v2.12.0 + GIT_TAG v2.13.6 ) FetchContent_MakeAvailable(pybind11) endif()