From 7d42550eb271555e9f00d087eb96582879a26c73 Mon Sep 17 00:00:00 2001 From: Markus Hofbauer Date: Mon, 23 Sep 2024 20:14:15 +0200 Subject: [PATCH] Bump pybind11 version to 2.13.6 (#101) --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index c7b4ceb..cfb0974 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,7 +1,7 @@ # Bazel extensions for pybind11 module( name = "pybind11_bazel", - version = "2.13.1", + version = "2.13.6", ) bazel_dep(name = "bazel_skylib", version = "1.7.1")