Skip to content

Commit

Permalink
Update dependency pybind11 to v2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 9129c1f commit fed1652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ def _com_github_pybind11():
http_archive,
name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD",
sha256 = "51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc",
strip_prefix = "pybind11-2.13.1",
sha256 = "efc901aa0aab439a3fea6efeaf930b5a349fb06394bf845c64ce15a9cf8f0240",
strip_prefix = "pybind11-2.13.4",
urls = [
"https://github.com/pybind/pybind11/archive/refs/tags/v2.13.1.tar.gz",
"https://github.com/pybind/pybind11/archive/refs/tags/v2.13.4.tar.gz",
],
)

Expand Down

0 comments on commit fed1652

Please sign in to comment.