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

Bump the pytools group across 2 directories with 6 updates #9008

Merged
merged 4 commits into from
Nov 29, 2024

Commits on Nov 28, 2024

  1. Bump the pytools group across 2 directories with 6 updates

    Bumps the pytools group with 1 update in the /docs directory: [setuptools](https://github.com/pypa/setuptools).
    Bumps the pytools group with 6 updates in the /server directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [cibuildwheel](https://github.com/pypa/cibuildwheel) | `2.21.3` | `2.22.0` |
    | [deptry](https://github.com/fpgmaas/deptry) | `0.21.0` | `0.21.1` |
    | [maturin](https://github.com/pyo3/maturin) | `1.7.4` | `1.7.5` |
    | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.388` | `1.1.389` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.7.3` | `0.8.0` |
    | [setuptools](https://github.com/pypa/setuptools) | `75.4.0` | `75.6.0` |
    
    
    
    Updates `setuptools` from 75.3.0 to 75.6.0
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v75.3.0...v75.6.0)
    
    Updates `cibuildwheel` from 2.21.3 to 2.22.0
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.21.3...v2.22)
    
    Updates `deptry` from 0.21.0 to 0.21.1
    - [Release notes](https://github.com/fpgmaas/deptry/releases)
    - [Changelog](https://github.com/fpgmaas/deptry/blob/main/CHANGELOG.md)
    - [Commits](fpgmaas/deptry@0.21.0...0.21.1)
    
    Updates `maturin` from 1.7.4 to 1.7.5
    - [Release notes](https://github.com/pyo3/maturin/releases)
    - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
    - [Commits](PyO3/maturin@v1.7.4...v1.7.5)
    
    Updates `pyright` from 1.1.388 to 1.1.389
    - [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
    - [Commits](RobertCraigie/pyright-python@v1.1.388...v1.1.389)
    
    Updates `ruff` from 0.7.3 to 0.8.0
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.7.3...0.8.0)
    
    Updates `setuptools` from 75.4.0 to 75.6.0
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v75.3.0...v75.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: pytools
    - dependency-name: cibuildwheel
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pytools
    - dependency-name: deptry
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pytools
    - dependency-name: maturin
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pytools
    - dependency-name: pyright
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pytools
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pytools
    - dependency-name: setuptools
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pytools
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    7a28b83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d562607 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Bump ruff to 0.8.1

    mmmarcos committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    2116662 View commit details
    Browse the repository at this point in the history
  2. Apply fixes for ruff rule RUF022

    The rule is ignored in `./server/parsec/_parsec.pyi` because
    the fix is marked as unsafe: it does not keep track of comments
    (or "categories") inside __all__ when sorting.
    mmmarcos committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    94d9442 View commit details
    Browse the repository at this point in the history