diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 12448c0..e38c90c 100644 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -9,7 +9,7 @@ else() FetchContent_Declare( pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11.git - GIT_TAG v3.0.1 + GIT_TAG v3.0.3 ) FetchContent_MakeAvailable(pybind11) endif()