From 5ef73c6c5f84dbb6eedf9e5c9bd1d0a2ac25a391 Mon Sep 17 00:00:00 2001
From: Michael Buehlmann <buehlmann.michi@gmail.com>
Date: Sat, 2 Apr 2022 16:18:04 -0500
Subject: [PATCH] update pybind11 version

---
 python/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index ab526fc..99f05bc 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -5,7 +5,7 @@ include(FetchContent)
 FetchContent_Declare(
     pybind11
     GIT_REPOSITORY https://github.com/pybind/pybind11.git
-    GIT_TAG v2.6.1
+    GIT_TAG v2.9.1
 )
 
 FetchContent_GetProperties(pybind11)
-- 
GitLab