Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[smart_holder] git merge master #5230

Merged
merged 4 commits into from
Jul 8, 2024
Merged

Commits on Jul 2, 2024

  1. chore(deps): update pre-commit hooks (pybind#5220)

    updates:
    - [github.com/pre-commit/mirrors-clang-format: v18.1.5 → v18.1.8](pre-commit/mirrors-clang-format@v18.1.5...v18.1.8)
    - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0)
    - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
    - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0)
    - [github.com/PyCQA/pylint: v3.2.2 → v3.2.4](pylint-dev/pylint@v3.2.2...v3.2.4)
    - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6](python-jsonschema/check-jsonschema@0.28.4...0.28.6)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b21b049 View commit details
    Browse the repository at this point in the history
  2. Use PyMutex instead of std::mutex in free-threaded build. (pybind#5219)

    * Use PyMutex instead of std::mutex in free-threaded build.
    
    PyMutex is now part of the public C API as of 3.13.0b3 and generally has
    slightly less overhead than std::mutex.
    
    * style: pre-commit fixes
    
    * Fix instance_map_shard padding
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    colesbury and pre-commit-ci[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bb05e08 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. chore(deps): bump certifi from 2024.2.2 to 2024.7.4 in /docs (pybind#…

    …5226)
    
    Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.
    - [Commits](certifi/python-certifi@2024.02.02...2024.07.04)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    50acb81 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge branch 'master' into sh_merge_master

    Ralf W. Grosse-Kunstleve committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b044b4f View commit details
    Browse the repository at this point in the history