diff --git a/python-bindings/CMakeLists.txt b/python-bindings/CMakeLists.txt index 4e0db652b..2726399ed 100644 --- a/python-bindings/CMakeLists.txt +++ b/python-bindings/CMakeLists.txt @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11.git - GIT_TAG v2.10.0 + GIT_TAG v2.13.6 ) FetchContent_MakeAvailable(pybind11)