Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency pybind11 to v2.13.6 (#854)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pybind11](https://redirect.github.com/pybind/pybind11) | http_archive | patch | `v2.13.5` -> `v2.13.6` | --- ### Release Notes <details> <summary>pybind/pybind11 (pybind11)</summary> ### [`v2.13.6`](https://redirect.github.com/pybind/pybind11/releases/tag/v2.13.6): Version 2.13.6 [Compare Source](https://redirect.github.com/pybind/pybind11/compare/v2.13.5...v2.13.6) New Features: - A new `self._pybind11_conduit_v1_()` method is automatically added to all `py::class_`-wrapped types, to enable type-safe interoperability between different independent Python/C++ bindings systems, including pybind11 versions with different `PYBIND11_INTERNALS_VERSION`'s. Supported on pybind11 2.11.2, 2.12.1, and 2.13.6+. [#​5296](https://redirect.github.com/pybind/pybind11/issues/5296) Bug fixes: - Using `__cpp_nontype_template_args` instead of `__cpp_nontype_template_parameter_class`. [#​5330](https://redirect.github.com/pybind/pybind11/issues/5330) - Properly translate C++ exception to Python exception when creating Python buffer from wrapped object. [#​5324](https://redirect.github.com/pybind/pybind11/issues/5324) Documentation: - Adds an answer (FAQ) for "What is a highly conclusive and simple way to find memory leaks?". [#​5340](https://redirect.github.com/pybind/pybind11/issues/5340) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/secretflow/spu). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information