Skip to content

Commit

Permalink
c++17 compatibility: Bump src/deps/pybind11 from 0694ec6 to `4ce051…
Browse files Browse the repository at this point in the history
…7` (#1573)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2023
1 parent df511b5 commit 6f4ed5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deps/pybind11
Submodule pybind11 updated 73 files
+2 −2 .github/CONTRIBUTING.md
+8 −5 .github/workflows/ci.yml
+2 −2 .github/workflows/format.yml
+4 −4 .github/workflows/pip.yml
+29 −31 .github/workflows/upstream.yml
+16 −48 .pre-commit-config.yaml
+1 −0 MANIFEST.in
+28 −0 docs/advanced/misc.rst
+70 −1 docs/changelog.rst
+1 −2 docs/conf.py
+1 −1 include/pybind11/attr.h
+19 −14 include/pybind11/cast.h
+9 −1 include/pybind11/detail/class.h
+17 −7 include/pybind11/detail/common.h
+13 −0 include/pybind11/detail/descr.h
+52 −8 include/pybind11/detail/internals.h
+2 −0 include/pybind11/eigen/matrix.h
+3 −1 include/pybind11/eigen/tensor.h
+8 −9 include/pybind11/embed.h
+4 −4 include/pybind11/gil.h
+4 −4 include/pybind11/numpy.h
+27 −7 include/pybind11/pytypes.h
+1 −0 include/pybind11/stl.h
+8 −4 include/pybind11/stl_bind.h
+1 −1 pybind11/__init__.py
+7 −1 pybind11/__main__.py
+1 −1 pybind11/_version.py
+1 −1 pybind11/commands.py
+4 −5 pybind11/setup_helpers.py
+40 −6 pyproject.toml
+0 −8 setup.cfg
+1 −1 tests/CMakeLists.txt
+28 −39 tests/conftest.py
+1 −2 tests/env.py
+0 −2 tests/extra_python_package/test_files.py
+2 −2 tests/test_async.py
+2 −1 tests/test_buffers.py
+6 −4 tests/test_builtin_casters.py
+12 −2 tests/test_callbacks.py
+0 −4 tests/test_chrono.py
+2 −0 tests/test_class.cpp
+10 −5 tests/test_class.py
+2 −2 tests/test_const_name.py
+3 −0 tests/test_constants_and_functions.cpp
+4 −0 tests/test_constants_and_functions.py
+4 −2 tests/test_custom_type_casters.py
+1 −1 tests/test_custom_type_setup.py
+58 −35 tests/test_eigen_matrix.py
+9 −17 tests/test_eigen_tensor.py
+32 −12 tests/test_embed/test_interpreter.cpp
+2 −0 tests/test_enum.py
+5 −0 tests/test_exceptions.cpp
+21 −11 tests/test_exceptions.py
+1 −1 tests/test_factory_constructors.py
+3 −5 tests/test_gil_scoped.py
+8 −12 tests/test_iostream.py
+15 −16 tests/test_kwargs_and_defaults.py
+2 −1 tests/test_local_bindings.py
+3 −6 tests/test_methods_and_attributes.py
+7 −12 tests/test_modules.py
+11 −7 tests/test_numpy_array.py
+11 −17 tests/test_numpy_dtypes.py
+1 −1 tests/test_numpy_vectorize.py
+0 −1 tests/test_operator_overloading.py
+2 −0 tests/test_pytypes.cpp
+31 −25 tests/test_pytypes.py
+4 −3 tests/test_sequences_and_iterators.py
+4 −3 tests/test_stl.py
+6 −6 tests/test_stl_binders.py
+3 −4 tests/test_virtual_functions.py
+6 −2 tools/FindCatch.cmake
+6 −2 tools/codespell_ignore_lines_from_errors.py
+4 −5 tools/make_changelog.py

0 comments on commit 6f4ed5e

Please sign in to comment.