From 6e217f8a9155eac5a9ae0649ccfc0441e762ec8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 01:41:24 +0000 Subject: [PATCH] chore(deps): update dependency pybind11 to v2.13.6 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 403e4c05..6ee9f736 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -168,10 +168,10 @@ def _com_github_pybind11(): http_archive, name = "pybind11", build_file = "@pybind11_bazel//:pybind11.BUILD", - sha256 = "b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252", - strip_prefix = "pybind11-2.13.5", + sha256 = "e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20", + strip_prefix = "pybind11-2.13.6", urls = [ - "https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz", + "https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz", ], )