Skip to content

Commit

Permalink
[workspace] Upgrade pybind11 to latest commit (#21584)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI authored Jun 18, 2024
1 parent 01d82c2 commit 38090a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tools/workspace/pybind11/package.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ _HDRS = [
"include/pybind11/eval.h",
"include/pybind11/functional.h",
"include/pybind11/gil.h",
"include/pybind11/gil_safe_call_once.h",
"include/pybind11/iostream.h",
"include/pybind11/numpy.h",
"include/pybind11/operators.h",
Expand All @@ -44,6 +45,7 @@ _HDRS = [
"include/pybind11/stl/filesystem.h",
"include/pybind11/stl_bind.h",
"include/pybind11/type_caster_pyobject_ptr.h",
"include/pybind11/typing.h",
]

check_lists_consistency(
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/pybind11/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ _REPOSITORY = "RobotLocomotion/pybind11"
# https://github.com/RobotLocomotion/pybind11/blob/drake/include/pybind11/detail/common.h
# and if it has changed, then update the version number in the two
# pybind11-*.cmake files in the current directory to match.
_COMMIT = "1f8e0c3c4365ed01f2551d61c8ea3e558f690809"
_COMMIT = "ef4e178018ca20c1042940c77f0f1c08e42b2191"

_SHA256 = "9de2e78026ddbfbdfd3b28c60d53f8f6021a5512638478692c3677c9f6890fb6"
_SHA256 = "454988e381f1fc86b03452ddc9de7acbc6e6e22a96f684dd6accd3975088c3df"

def pybind11_repository(
name,
Expand Down

0 comments on commit 38090a8

Please sign in to comment.