Skip to content

Commit

Permalink
chore(deps): update dependency pybind11 to v2.13.5 (#368)
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 1, 2024
1 parent 1e466eb commit 7f14783
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 = "efc901aa0aab439a3fea6efeaf930b5a349fb06394bf845c64ce15a9cf8f0240",
strip_prefix = "pybind11-2.13.4",
urls = ["https://github.com/pybind/pybind11/archive/refs/tags/v2.13.4.tar.gz"],
sha256 = "b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252",
strip_prefix = "pybind11-2.13.5",
urls = ["https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz"],
)

maybe(
Expand Down

0 comments on commit 7f14783

Please sign in to comment.