Skip to content

Commit

Permalink
Bump python/pybind11 from a67d786 to 19a6b9f (#93)
Browse files Browse the repository at this point in the history
Bumps [python/pybind11](https://github.com/pybind/pybind11) from `a67d786` to `19a6b9f`.
- [Release notes](https://github.com/pybind/pybind11/releases)
- [Commits](pybind/pybind11@a67d786...19a6b9f)

---
updated-dependencies:
- dependency-name: python/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>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 6a9f512 commit ef5c729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pybind11
Submodule pybind11 updated 72 files
+9 −1 .github/dependabot.yml
+51 −26 .github/workflows/ci.yml
+3 −3 .github/workflows/configure.yml
+2 −2 .github/workflows/format.yml
+1 −1 .github/workflows/labeler.yml
+6 −6 .github/workflows/pip.yml
+6 −6 .github/workflows/upstream.yml
+15 −8 .pre-commit-config.yaml
+29 −4 CMakeLists.txt
+5 −4 README.rst
+1 −1 docs/advanced/embedding.rst
+176 −2 docs/changelog.rst
+11 −3 docs/compiling.rst
+8 −8 docs/release.rst
+28 −0 docs/upgrade.rst
+14 −14 include/pybind11/buffer_info.h
+112 −5 include/pybind11/cast.h
+12 −5 include/pybind11/detail/class.h
+11 −8 include/pybind11/detail/common.h
+3 −2 include/pybind11/detail/descr.h
+12 −7 include/pybind11/detail/internals.h
+9 −5 include/pybind11/detail/type_caster_base.h
+3 −2 include/pybind11/eigen/tensor.h
+2 −1 include/pybind11/functional.h
+123 −10 include/pybind11/numpy.h
+24 −3 include/pybind11/pybind11.h
+1 −0 include/pybind11/pytypes.h
+4 −3 include/pybind11/stl.h
+26 −56 include/pybind11/stl_bind.h
+13 −5 include/pybind11/typing.h
+1 −1 pybind11/_version.py
+2 −2 pybind11/setup_helpers.py
+1 −1 pyproject.toml
+8 −4 tests/CMakeLists.txt
+1 −0 tests/conftest.py
+9 −3 tests/pybind11_tests.cpp
+2 −2 tests/requirements.txt
+9 −14 tests/test_builtin_casters.cpp
+2 −4 tests/test_call_policies.cpp
+1 −2 tests/test_class.cpp
+1 −2 tests/test_cmake_build/CMakeLists.txt
+3 −3 tests/test_cmake_build/installed_embed/CMakeLists.txt
+3 −3 tests/test_cmake_build/installed_function/CMakeLists.txt
+3 −3 tests/test_cmake_build/installed_target/CMakeLists.txt
+9 −3 tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
+9 −3 tests/test_cmake_build/subdirectory_function/CMakeLists.txt
+9 −3 tests/test_cmake_build/subdirectory_target/CMakeLists.txt
+4 −0 tests/test_constants_and_functions.cpp
+1 −2 tests/test_copy_move.cpp
+16 −8 tests/test_custom_type_casters.cpp
+15 −27 tests/test_docstring_options.cpp
+2 −4 tests/test_eigen_matrix.cpp
+3 −1 tests/test_eigen_matrix.py
+1 −2 tests/test_eigen_tensor.inl
+3 −0 tests/test_exceptions.cpp
+12 −1 tests/test_exceptions.py
+9 −9 tests/test_iostream.py
+5 −10 tests/test_kwargs_and_defaults.cpp
+1 −2 tests/test_methods_and_attributes.cpp
+7 −12 tests/test_numpy_array.cpp
+8 −2 tests/test_numpy_array.py
+28 −3 tests/test_numpy_dtypes.cpp
+12 −6 tests/test_numpy_dtypes.py
+11 −0 tests/test_pytypes.cpp
+8 −1 tests/test_pytypes.py
+15 −12 tests/test_smart_ptr.cpp
+3 −5 tests/test_stl.cpp
+12 −3 tests/test_stl_binders.cpp
+27 −3 tests/test_stl_binders.py
+3 −1 tools/make_changelog.py
+9 −5 tools/pybind11Common.cmake
+7 −5 tools/pybind11NewTools.cmake

0 comments on commit ef5c729

Please sign in to comment.