diff --git a/CMakeLists.txt b/CMakeLists.txt index d9b325499..270ef5131 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ else() FetchContent_Declare( pybind11-src GIT_REPOSITORY https://github.com/pybind/pybind11.git - GIT_TAG v2.6.2 + GIT_TAG v2.7.1 ) FetchContent_MakeAvailable(pybind11-src) endif()