Commit af9cc95
authored
Bumps [python_orocos_kdl/pybind11](https://github.com/pybind/pybind11) from `6b92b6e` to `5211a17`.
- [Release notes](https://github.com/pybind/pybind11/releases)
- [Commits](pybind/pybind11@6b92b6e...5211a17)
---
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 179ee2c commit af9cc95
1 file changed
+1
-1
lines changed- .clang-tidy+2
- .github/workflows/ci.yml+8
- .github/workflows/emscripten.yaml+30
- .github/workflows/format.yml+1-1
- .github/workflows/pip.yml+1-1
- .pre-commit-config.yaml+6-6
- CMakeLists.txt+1
- docs/advanced/cast/eigen.rst+1-1
- docs/changelog.rst+92
- docs/compiling.rst+3-3
- docs/limitations.rst-4
- docs/requirements.txt+3-3
- include/pybind11/cast.h+9-2
- include/pybind11/detail/common.h+19-3
- include/pybind11/detail/init.h+4-2
- include/pybind11/detail/internals.h+22-7
- include/pybind11/detail/type_caster_base.h+2-62
- include/pybind11/detail/value_and_holder.h+77
- include/pybind11/eigen/tensor.h-3
- include/pybind11/functional.h+45-34
- include/pybind11/gil_safe_call_once.h+10-1
- include/pybind11/numpy.h+6-2
- include/pybind11/stl/filesystem.h+11-2
- include/pybind11/stl_bind.h+1-1
- include/pybind11/typing.h+7-2
- pybind11/__main__.py+26-3
- pybind11/_version.py+1-1
- tests/CMakeLists.txt+10-1
- tests/constructor_stats.h+1-1
- tests/extra_python_package/test_files.py+1
- tests/pyproject.toml+21
- tests/test_async.py+5
- tests/test_builtin_casters.py+2
- tests/test_callbacks.py+3
- tests/test_eigen_tensor.inl+11-5
- tests/test_exceptions.py+1-1
- tests/test_gil_scoped.py+9-4
- tests/test_iostream.py+4
- tests/test_modules.cpp+6-6
- tests/test_numpy_dtypes.cpp+2
- tests/test_opaque_types.cpp+1-1
- tests/test_pytypes.cpp+4-4
- tests/test_pytypes.py+2-2
- tests/test_tagbased_polymorphic.cpp+1
- tests/test_thread.py+5
- tests/test_type_caster_std_function_specializations.cpp+46
- tests/test_type_caster_std_function_specializations.py+15
- tests/test_virtual_functions.py+3
- tools/pybind11Common.cmake+29-3
- tools/pybind11Config.cmake.in+1-1
0 commit comments