From c2e0f381ce192183f4a4da545afcbacc4eece9db Mon Sep 17 00:00:00 2001 From: Austin Schuh Date: Mon, 10 Nov 2025 07:57:58 -0800 Subject: [PATCH] [bazel] Add integrity to pybind11 (#8354) Signed-off-by: Austin Schuh --- WORKSPACE | 1 + 1 file changed, 1 insertion(+) diff --git a/WORKSPACE b/WORKSPACE index 4a673e6f5a..c172881a36 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -89,6 +89,7 @@ http_archive( http_archive( name = "pybind11", build_file = "@pybind11_bazel//:pybind11-BUILD.bazel", + integrity = "sha256-wkxQme/TKRS6e0rFedV3IH00zgb8ZsZktnc3HRi9DyU=", strip_prefix = "pybind11-dfe7e65b4527eeb11036402aac3a394130960bb2", urls = ["https://github.com/pybind/pybind11/archive/dfe7e65b4527eeb11036402aac3a394130960bb2.zip"], )