Skip to content

Commit

Permalink
⬆️ Bump the submodules group with 3 updates (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent eb185ae commit 2e24360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/json
2 changes: 1 addition & 1 deletion libs/parallel-hashmap
2 changes: 1 addition & 1 deletion libs/pybind11
Submodule pybind11 updated 47 files
+5 −0 .github/workflows/ci.yml
+391 −0 docs/advanced/deadlock.md
+8 −1 docs/advanced/misc.rst
+1 −1 include/pybind11/cast.h
+15 −1 include/pybind11/detail/common.h
+3 −2 include/pybind11/detail/internals.h
+1 −1 include/pybind11/detail/type_caster_base.h
+4 −4 include/pybind11/eval.h
+2 −0 include/pybind11/gil_safe_call_once.h
+6 −8 include/pybind11/pybind11.h
+2 −2 include/pybind11/pytypes.h
+38 −2 include/pybind11/stl_bind.h
+2 −2 tests/conftest.py
+1 −0 tests/env.py
+7 −6 tests/requirements.txt
+4 −0 tests/test_buffers.py
+2 −2 tests/test_call_policies.cpp
+5 −0 tests/test_call_policies.py
+1 −1 tests/test_callbacks.cpp
+2 −0 tests/test_callbacks.py
+1 −1 tests/test_class.py
+11 −5 tests/test_cmake_build/CMakeLists.txt
+5 −1 tests/test_cpp_conduit.py
+2 −2 tests/test_custom_type_setup.py
+2 −0 tests/test_eigen_matrix.py
+3 −0 tests/test_eigen_tensor.py
+5 −3 tests/test_embed/CMakeLists.txt
+3 −0 tests/test_enum.py
+1 −1 tests/test_eval.py
+3 −0 tests/test_exceptions.py
+13 −0 tests/test_factory_constructors.py
+16 −0 tests/test_gil_scoped.py
+6 −0 tests/test_iostream.py
+2 −0 tests/test_kwargs_and_defaults.py
+7 −1 tests/test_methods_and_attributes.py
+5 −2 tests/test_modules.py
+15 −9 tests/test_multiple_inheritance.py
+2 −1 tests/test_numpy_array.py
+3 −0 tests/test_operator_overloading.py
+1 −1 tests/test_pickling.py
+7 −1 tests/test_pytypes.py
+14 −5 tests/test_sequences_and_iterators.py
+12 −0 tests/test_smart_ptr.py
+2 −0 tests/test_stl.py
+19 −0 tests/test_stl_binders.py
+2 −1 tests/test_type_caster_pyobject_ptr.cpp
+7 −2 tests/test_virtual_functions.py

0 comments on commit 2e24360

Please sign in to comment.