Commit d2c989d
authored
Bumps [python_orocos_kdl/pybind11](https://github.com/pybind/pybind11) from `cb9abc8` to `58c382a`.
- [Release notes](https://github.com/pybind/pybind11/releases)
- [Commits](pybind/pybind11@cb9abc8...58c382a)
---
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 b6f2af2 commit d2c989d
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+1-1
- .github/workflows/pip.yml+6-3
- .pre-commit-config.yaml+5-5
- CMakeLists.txt+2
- docs/changelog.rst+55
- docs/faq.rst+44
- include/pybind11/detail/class.h+14-1
- include/pybind11/detail/common.h+2-2
- include/pybind11/detail/cpp_conduit.h+77
- include/pybind11/detail/exception_translation.h+71
- include/pybind11/detail/internals.h+6-4
- include/pybind11/detail/type_caster_base.h+40
- include/pybind11/pybind11.h+7-55
- include/pybind11/typing.h+1-3
- pybind11/_version.py+1-1
- tests/CMakeLists.txt+3
- tests/conftest.py+3-3
- tests/exo_planet_c_api.cpp+103
- tests/exo_planet_pybind11.cpp+19
- tests/extra_python_package/test_files.py+2
- tests/home_planet_very_lonely_traveler.cpp+13
- tests/test_async.py+1-1
- tests/test_buffers.cpp+12
- tests/test_buffers.py+7
- tests/test_cpp_conduit.cpp+22
- tests/test_cpp_conduit.py+162
- tests/test_cpp_conduit_traveler_bindings.h+47
- tests/test_cpp_conduit_traveler_types.h+25
- tests/test_custom_type_setup.py+1-1
- tests/test_numpy_array.py+1-1
- tests/test_pytypes.py+2-2
0 commit comments