chore(deps): update dependency pybind11 to v2.13.1 - autoclosed #746
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.12.0
->v2.13.1
Release Notes
pybind/pybind11 (pybind11)
v2.13.1
: Version 2.13.1Compare Source
New Features:
Typing.Callable[..., T]
. #5202Bug fixes:
v2.13.0
: Version 2.13.0Compare Source
New Features:
py::mod_gil_not_used()
tag to indicate if a module supports running with the GIL disabled. #5148py::list
gained a.clear()
method. #5153Union
,Optional
,type[T]
,typing.TypeGuard
,typing.TypeIs
,typing.Never
,typing.NoReturn
andtyping.Literal
was added topybind11/typing.h
. #5166 #5165 #5194 #5193 #5192PYBIND11_USE_CROSSCOMPILING
is enabled, thenCMAKE_CROSSCOMPILING
will be respected and will keep pybind11 from accessing the interpreter during configuration. Several CMake variables will be required in this case, but can be deduced from the environment variableSETUPTOOLS_EXT_SUFFIX
. The default (currentlyOFF
) may be changed in the future. #5083Bug fixes:
PyObject *
return type was fixed. #5156py::ssize_t
from.ref_count()
instead ofint
. #5139operator&
overrides was fixed. #5189Documentation:
Tests:
CI:
macos-13
(Intel) for CI jobs for now (will drop Python 3.7 soon). #5109Other:
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.
This PR has been generated by Mend Renovate. View repository job log here.