-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump the submodules group with 2 updates
Bumps the submodules group with 2 updates: [libs/Catch2](https://github.com/catchorg/Catch2) and [libs/pybind11](https://github.com/pybind/pybind11). Updates `libs/Catch2` from `bc63412` to `fa43b77` - [Release notes](https://github.com/catchorg/Catch2/releases) - [Commits](catchorg/Catch2@bc63412...fa43b77) Updates `libs/pybind11` from `ef5a956` to `1f8b4a7` - [Release notes](https://github.com/pybind/pybind11/releases) - [Commits](pybind/pybind11@ef5a956...1f8b4a7) --- updated-dependencies: - dependency-name: libs/Catch2 dependency-type: direct:production dependency-group: submodules - dependency-name: libs/pybind11 dependency-type: direct:production dependency-group: submodules ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a2971b4
commit afde2b1
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule Catch2
updated
62 files
Submodule pybind11
updated
10 files
+1 −1 | .github/workflows/emscripten.yaml | |
+5 −2 | .github/workflows/pip.yml | |
+55 −0 | docs/changelog.rst | |
+11 −11 | include/pybind11/detail/exception_translation.h | |
+19 −1 | include/pybind11/detail/internals.h | |
+22 −9 | include/pybind11/pybind11.h | |
+10 −0 | tests/custom_exceptions.py | |
+39 −0 | tests/test_exceptions.cpp | |
+5 −0 | tests/test_exceptions.py | |
+0 −4 | tools/pybind11NewTools.cmake |