From c08c995c97f7aa0cdc7633567db27e33c242f4e2 Mon Sep 17 00:00:00 2001
From: Michael Buehlmann <buehlmann.michi@gmail.com>
Date: Fri, 20 May 2022 19:47:50 -0500
Subject: [PATCH] bump pybind11 version to 2.9.2

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

diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 99f05bc..ab2153b 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.9.1
+    GIT_TAG v2.9.2
 )
 
 FetchContent_GetProperties(pybind11)
-- 
GitLab