Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: python/pybind11
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 624a855 commit 04ff511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pybind11
Submodule pybind11 updated 62 files
+2 −0 .clang-tidy
+10 −16 .github/workflows/ci.yml
+4 −4 .github/workflows/configure.yml
+30 −0 .github/workflows/emscripten.yaml
+1 −1 .github/workflows/format.yml
+10 −6 .github/workflows/pip.yml
+6 −6 .pre-commit-config.yaml
+1 −0 CMakeLists.txt
+2 −2 README.rst
+1 −2 docs/advanced/classes.rst
+1 −2 docs/advanced/exceptions.rst
+115 −0 docs/changelog.rst
+3 −3 docs/compiling.rst
+0 −4 docs/limitations.rst
+3 −3 docs/requirements.txt
+11 −4 include/pybind11/cast.h
+0 −10 include/pybind11/detail/class.h
+20 −4 include/pybind11/detail/common.h
+4 −2 include/pybind11/detail/init.h
+23 −12 include/pybind11/detail/internals.h
+2 −62 include/pybind11/detail/type_caster_base.h
+77 −0 include/pybind11/detail/value_and_holder.h
+0 −3 include/pybind11/eigen/tensor.h
+1 −11 include/pybind11/embed.h
+1 −1 include/pybind11/eval.h
+2 −6 include/pybind11/gil.h
+10 −1 include/pybind11/gil_safe_call_once.h
+6 −2 include/pybind11/numpy.h
+11 −2 include/pybind11/stl/filesystem.h
+1 −1 include/pybind11/stl_bind.h
+87 −0 include/pybind11/typing.h
+1 −1 noxfile.py
+2 −2 pybind11/__init__.py
+1 −1 pybind11/_version.py
+1 −1 pybind11/setup_helpers.py
+2 −2 pyproject.toml
+2 −2 setup.cfg
+9 −1 tests/CMakeLists.txt
+1 −1 tests/constructor_stats.h
+1 −0 tests/extra_python_package/test_files.py
+17 −0 tests/pyproject.toml
+2 −3 tests/requirements.txt
+5 −0 tests/test_async.py
+3 −1 tests/test_builtin_casters.py
+3 −0 tests/test_callbacks.py
+11 −5 tests/test_eigen_tensor.inl
+13 −17 tests/test_exceptions.py
+9 −4 tests/test_gil_scoped.py
+4 −0 tests/test_iostream.py
+6 −6 tests/test_modules.cpp
+2 −0 tests/test_numpy_dtypes.cpp
+1 −1 tests/test_opaque_types.cpp
+57 −1 tests/test_pytypes.cpp
+67 −1 tests/test_pytypes.py
+1 −0 tests/test_tagbased_polymorphic.cpp
+5 −0 tests/test_thread.py
+3 −0 tests/test_virtual_functions.py
+1 −1 tools/FindPythonLibsNew.cmake
+2 −0 tools/make_changelog.py
+1 −1 tools/pybind11Common.cmake
+1 −1 tools/pybind11NewTools.cmake
+1 −1 tools/pybind11Tools.cmake

0 comments on commit 04ff511

Please sign in to comment.