Skip to content

Commit

Permalink
chore(deps): update dependency pybind11 to v2.13.6 (#376)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent 5844092 commit 7a825f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ def ros2_workspace_repositories():
http_archive,
name = "pybind11",
build_file = "@com_github_mvukov_rules_ros2//repositories:pybind11.BUILD.bazel",
sha256 = "b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252",
strip_prefix = "pybind11-2.13.5",
urls = ["https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz"],
sha256 = "e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20",
strip_prefix = "pybind11-2.13.6",
urls = ["https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz"],
)

maybe(
Expand Down

0 comments on commit 7a825f2

Please sign in to comment.