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 #4742

Merged
merged 10 commits into from
Jul 12, 2023
Merged

Commits on Jul 4, 2023

  1. chore: ruff moved to astral-sh (pybind#4726)

    * chore: ruff moved to astral-sh
    
    Committed via https://github.com/asottile/all-repos
    
    * ci: bump CUDA version
    henryiii authored Jul 4, 2023
    1 Configuration menu
    Copy the full SHA
    5ccb9e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Drop PyPy 3.7 from GitHub Actions (ci.yml) (pybind#4728)

    * Remove `pypy-3.7` from ci.yml
    
    * Update .github/workflows/ci.yml
    
    ---------
    
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    Ralf W. Grosse-Kunstleve and henryiii authored Jul 9, 2023
    1 Configuration menu
    Copy the full SHA
    782b628 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. chore(deps): bump scipy from 1.8.0 to 1.10.0 in /tests (pybind#4731)

    Bumps [scipy](https://github.com/scipy/scipy) from 1.8.0 to 1.10.0.
    - [Release notes](https://github.com/scipy/scipy/releases)
    - [Commits](scipy/scipy@v1.8.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: scipy
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ralf W. Grosse-Kunstleve <rwgk@google.com>
    dependabot[bot] and Ralf W. Grosse-Kunstleve authored Jul 10, 2023
    1 Configuration menu
    Copy the full SHA
    d462dd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

    updates:
    - [github.com/pre-commit/mirrors-clang-format: v16.0.4 → v16.0.6](pre-commit/mirrors-clang-format@v16.0.4...v16.0.6)
    - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
    - [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.270...v0.0.276)
    - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
    - [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0)
    - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    pre-commit-ci[bot] and henryiii authored Jul 11, 2023
    1 Configuration menu
    Copy the full SHA
    47dc0c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. chore(deps): bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (py…

    …bind#4718)
    
    * chore(deps): bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7
    
    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.6 to 1.8.7.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.8.6...v1.8.7)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestions from code review
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    dependabot[bot] and henryiii authored Jul 12, 2023
    1 Configuration menu
    Copy the full SHA
    b2732c6 View commit details
    Browse the repository at this point in the history
  2. Warning on comparing wrapper enums with is (pybind#4732)

    * Warning on comparing wrapper enums with is
    
    * backticks for quoting and link to related issue
    
    ---------
    
    Co-authored-by: Ralf W. Grosse-Kunstleve <rwgk@google.com>
    lucmans and Ralf W. Grosse-Kunstleve authored Jul 12, 2023
    1 Configuration menu
    Copy the full SHA
    6d22dba View commit details
    Browse the repository at this point in the history
  3. fix: support CMake 3.27, drop 3.4 (pybind#4719)

    * fix: support CMake 3.27, drop 3.4
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    * Update upgrade.rst
    
    * Update upgrade.rst
    
    * Update upgrade.rst
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Jul 12, 2023
    1 Configuration menu
    Copy the full SHA
    2e5f5c4 View commit details
    Browse the repository at this point in the history
  4. bugfix: fixes a test suite bug in the __new__ example (pybind#4698)

    * bugfix: fixes a test suite bug in the __new__ example
    
    * See pybind#4698 (comment)
    
    ---------
    
    Co-authored-by: Ralf W. Grosse-Kunstleve <rwgk@google.com>
    Skylion007 and Ralf W. Grosse-Kunstleve authored Jul 12, 2023
    1 Configuration menu
    Copy the full SHA
    b33d06f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into sh_merge_master

    Ralf W. Grosse-Kunstleve committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9319f4a View commit details
    Browse the repository at this point in the history
  6. Tracking ci.yml changes from master.

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