From 4d94cfbb77e89e522d98843afed441b50c7d29df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:02:57 +0000 Subject: [PATCH] chore(deps): update pybind11_bazel digest to 7d42550 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 1c554868..31f5ae64 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -156,10 +156,10 @@ def _com_github_pybind11_bazel(): maybe( http_archive, name = "pybind11_bazel", - sha256 = "dc4882b23a617575d0fd822aba88aa4a14133c3d428b5a8fb83d81d03444a475", - strip_prefix = "pybind11_bazel-8889d39b2b925b2a47519ae09402a96f00ccf2b4", + sha256 = "139010a76f06b0ebf273158448ec2d368e1eaf0c06b01e5d109fc1384b9509eb", + strip_prefix = "pybind11_bazel-7d42550eb271555e9f00d087eb96582879a26c73", urls = [ - "https://github.com/pybind/pybind11_bazel/archive/8889d39b2b925b2a47519ae09402a96f00ccf2b4.zip", + "https://github.com/pybind/pybind11_bazel/archive/7d42550eb271555e9f00d087eb96582879a26c73.zip", ], )