From 4f8f1232fec670d587fa8e24f8388fe67f43c77b Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 5 Aug 2026 16:48:44 +0200 Subject: [PATCH] pybind: bump to 3.0.3 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 2377ea9..91f573b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,7 +1,7 @@ # Bazel extensions for pybind11 module( name = "pybind11_bazel", - version = "3.0.2", + version = "3.0.3", ) bazel_dep(name = "bazel_features", version = "1.51.0")