Commit 5957ddc
authored
Bumps [src/deps/pybind11](https://github.com/pybind/pybind11) from `8bee61b` to `0f4761b`.
- [Release notes](https://github.com/pybind/pybind11/releases)
- [Commits](pybind/pybind11@8bee61b...0f4761b)
---
updated-dependencies:
- dependency-name: src/deps/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 a905bd8 commit 5957ddc
1 file changed
+1
-1
lines changed- .clang-tidy+3
- .github/workflows/ci.yml+13-13
- .pre-commit-config.yaml+11
- CMakeLists.txt+2-1
- docs/advanced/classes.rst+1-1
- docs/faq.rst+2-2
- include/pybind11/cast.h+69-56
- include/pybind11/chrono.h+2-2
- include/pybind11/detail/class.h+1-3
- include/pybind11/detail/type_caster_base.h+2-2
- include/pybind11/eigen.h+3-6
- include/pybind11/functional.h+1-2
- include/pybind11/numpy.h+2-4
- include/pybind11/pybind11.h+23-22
- include/pybind11/pytypes.h+8-13
- include/pybind11/stl.h+2-82
- include/pybind11/stl/filesystem.h+103
- include/pybind11/stl_bind.h+6-7
- tests/extra_python_package/test_files.py+6-1
- tests/pybind11_cross_module_tests.cpp+7-3
- tests/test_builtin_casters.cpp+6-4
- tests/test_callbacks.cpp+5-4
- tests/test_class.cpp+1-2
- tests/test_copy_move.cpp+1-2
- tests/test_kwargs_and_defaults.cpp+9-4
- tests/test_local_bindings.cpp+7-3
- tests/test_pytypes.cpp+4-6
- tests/test_pytypes.py+3-3
- tests/test_stl.cpp+5
- tests/test_virtual_functions.cpp+3-1
- tools/setup_global.py.in+3-1
- tools/setup_main.py.in+2
0 commit comments