From 0810f54b65d05d84e1f3892cf1c3fadbfbd78d82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:22:26 +0000 Subject: [PATCH] chore(deps): update dependency pybind11 to v2.13.3 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 7223f19e..8b0e298e 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 = "51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc", - strip_prefix = "pybind11-2.13.1", + sha256 = "6e7a84ec241544f2f5e30c7a82c09c81f0541dd14e9d9ef61051e07105f9c445", + strip_prefix = "pybind11-2.13.3", urls = [ - "https://github.com/pybind/pybind11/archive/refs/tags/v2.13.1.tar.gz", + "https://github.com/pybind/pybind11/archive/refs/tags/v2.13.3.tar.gz", ], )