Commit 6f4ed5e
authored
Bumps [src/deps/pybind11](https://github.com/pybind/pybind11) from `0694ec6` to `4ce0517`.
- [Release notes](https://github.com/pybind/pybind11/releases)
- [Commits](pybind/pybind11@0694ec6...4ce0517)
---
updated-dependencies:
- dependency-name: src/deps/pybind11
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df511b5 commit 6f4ed5e
1 file changed
+1
-1
lines changed- .github/CONTRIBUTING.md+2-2
- .github/workflows/ci.yml+8-5
- .github/workflows/format.yml+2-2
- .github/workflows/pip.yml+4-4
- .github/workflows/upstream.yml+29-31
- .pre-commit-config.yaml+16-48
- MANIFEST.in+1
- docs/advanced/misc.rst+28
- docs/changelog.rst+70-1
- docs/conf.py+1-2
- include/pybind11/attr.h+1-1
- include/pybind11/cast.h+19-14
- include/pybind11/detail/class.h+9-1
- include/pybind11/detail/common.h+17-7
- include/pybind11/detail/descr.h+13
- include/pybind11/detail/internals.h+52-8
- include/pybind11/eigen/matrix.h+2
- include/pybind11/eigen/tensor.h+3-1
- include/pybind11/embed.h+8-9
- include/pybind11/gil.h+4-4
- include/pybind11/numpy.h+4-4
- include/pybind11/pytypes.h+27-7
- include/pybind11/stl.h+1
- include/pybind11/stl_bind.h+8-4
- pybind11/__init__.py+1-1
- pybind11/__main__.py+7-1
- pybind11/_version.py+1-1
- pybind11/commands.py+1-1
- pybind11/setup_helpers.py+4-5
- pyproject.toml+40-6
- setup.cfg-8
- tests/CMakeLists.txt+1-1
- tests/conftest.py+28-39
- tests/env.py+1-2
- tests/extra_python_package/test_files.py-2
- tests/test_async.py+2-2
- tests/test_buffers.py+2-1
- tests/test_builtin_casters.py+6-4
- tests/test_callbacks.py+12-2
- tests/test_chrono.py-4
- tests/test_class.cpp+2
- tests/test_class.py+10-5
- tests/test_const_name.py+2-2
- tests/test_constants_and_functions.cpp+3
- tests/test_constants_and_functions.py+4
- tests/test_custom_type_casters.py+4-2
- tests/test_custom_type_setup.py+1-1
- tests/test_eigen_matrix.py+58-35
- tests/test_eigen_tensor.py+9-17
- tests/test_embed/test_interpreter.cpp+32-12
- tests/test_enum.py+2
- tests/test_exceptions.cpp+5
- tests/test_exceptions.py+21-11
- tests/test_factory_constructors.py+1-1
- tests/test_gil_scoped.py+3-5
- tests/test_iostream.py+8-12
- tests/test_kwargs_and_defaults.py+15-16
- tests/test_local_bindings.py+2-1
- tests/test_methods_and_attributes.py+3-6
- tests/test_modules.py+7-12
- tests/test_numpy_array.py+11-7
- tests/test_numpy_dtypes.py+11-17
- tests/test_numpy_vectorize.py+1-1
- tests/test_operator_overloading.py-1
- tests/test_pytypes.cpp+2
- tests/test_pytypes.py+31-25
- tests/test_sequences_and_iterators.py+4-3
- tests/test_stl.py+4-3
- tests/test_stl_binders.py+6-6
- tests/test_virtual_functions.py+3-4
- tools/FindCatch.cmake+6-2
- tools/codespell_ignore_lines_from_errors.py+6-2
- tools/make_changelog.py+4-5
0 commit comments