diff --git a/dependencies/fmt/CMakeLists.txt b/dependencies/fmt/CMakeLists.txt index fda9e099476f8f7c29878a61253623ca3e1b8699..682216486bb23e698dbded19fb4854f40eda33fa 100644 --- a/dependencies/fmt/CMakeLists.txt +++ b/dependencies/fmt/CMakeLists.txt @@ -2,7 +2,7 @@ message(STATUS "Fetching fmt...") FetchContent_Declare(fmt GIT_REPOSITORY https://github.com/fmtlib/fmt - GIT_TAG d141cdbeb0fb422a3fb7173b285fd38e0d1772dc # 8.0.1 + GIT_TAG 9.1.0 ) FetchContent_MakeAvailable(fmt) diff --git a/dependencies/pybind11/CMakeLists.txt b/dependencies/pybind11/CMakeLists.txt index dea520bc8c89a1793c6b609c1d075a286ed37289..0d1b685be4cc32cfcfa21a0eba70cea7a641ee3a 100644 --- a/dependencies/pybind11/CMakeLists.txt +++ b/dependencies/pybind11/CMakeLists.txt @@ -2,6 +2,6 @@ message(STATUS "Fetching pybind11...") FetchContent_Declare(pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11 - GIT_TAG f7b499615e14d70ab098a20deb0cdb3889998a1a # 2.8.1 + GIT_TAG v2.10.3 ) FetchContent_MakeAvailable(pybind11)