Commit b6f2af2
authored
Bumps [python_orocos_kdl/pybind11](https://github.com/pybind/pybind11) from `5211a17` to `cb9abc8`.
- [Release notes](https://github.com/pybind/pybind11/releases)
- [Commits](pybind/pybind11@5211a17...cb9abc8)
---
updated-dependencies:
- dependency-name: python_orocos_kdl/pybind11
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af9cc95 commit b6f2af2
1 file changed
+1
-1
lines changed- docs/advanced/cast/stl.rst+3-3
- docs/advanced/smart_ptrs.rst+3-3
- docs/basics.rst+7
- docs/changelog.rst+17
- include/pybind11/detail/class.h+2-2
- include/pybind11/detail/common.h+5-2
- include/pybind11/detail/internals.h+2-2
- include/pybind11/detail/type_caster_base.h+2-1
- include/pybind11/eigen/matrix.h+2-1
- include/pybind11/eigen/tensor.h+2-1
- include/pybind11/pytypes.h+2
- include/pybind11/stl/filesystem.h+5-5
- pybind11/_version.py+1-1
- tests/CMakeLists.txt+3
- tests/local_bindings.h+8-8
- tests/test_callbacks.cpp+1-1
- tests/test_eigen_matrix.cpp+2-2
- tests/test_opaque_types.cpp+1-1
- tests/test_pytypes.cpp+63
- tests/test_pytypes.py+42
- tests/test_sequences_and_iterators.cpp+2-2
- tests/test_smart_ptr.cpp+9-6
- tests/test_stl.cpp+1-1
- tests/test_tagbased_polymorphic.cpp+1-1
- tests/test_virtual_functions.cpp+1-1
0 commit comments