diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index ca1b53498..0352c803b 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -157,10 +157,10 @@ def _com_github_pybind11_bazel(): maybe( http_archive, name = "pybind11_bazel", - sha256 = "dc4882b23a617575d0fd822aba88aa4a14133c3d428b5a8fb83d81d03444a475", - strip_prefix = "pybind11_bazel-8889d39b2b925b2a47519ae09402a96f00ccf2b4", + sha256 = "becf24972869f0b1ddc1e589c3487a58f2fb7dc8091407957088b21d8af86831", + strip_prefix = "pybind11_bazel-4fec69b20e60a70cf118a12fae77efe416747833", urls = [ - "https://github.com/pybind/pybind11_bazel/archive/8889d39b2b925b2a47519ae09402a96f00ccf2b4.zip", + "https://github.com/pybind/pybind11_bazel/archive/4fec69b20e60a70cf118a12fae77efe416747833.zip", ], )