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 python-dependencies group across 1 directory with 9 updates #51

Merged
merged 4 commits into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. Bump the python-dependencies group across 1 directory with 9 updates

    Bumps the python-dependencies group with 9 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [typer](https://github.com/fastapi/typer) | `0.12.3` | `0.12.5` |
    | [nox](https://github.com/wntrblm/nox) | `2024.4.15` | `2024.10.9` |
    | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `4.0.1` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.4.10` | `0.7.1` |
    | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.13.0` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.3` |
    | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.3.7` | `8.1.3` |
    | [furo](https://github.com/pradyunsg/furo) | `2024.5.6` | `2024.8.6` |
    | [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) | `3.1.2` | `3.3.2` |
    
    
    
    Updates `typer` from 0.12.3 to 0.12.5
    - [Release notes](https://github.com/fastapi/typer/releases)
    - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
    - [Commits](fastapi/typer@0.12.3...0.12.5)
    
    Updates `nox` from 2024.4.15 to 2024.10.9
    - [Release notes](https://github.com/wntrblm/nox/releases)
    - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
    - [Commits](wntrblm/nox@2024.04.15...2024.10.09)
    
    Updates `pre-commit` from 3.7.1 to 4.0.1
    - [Release notes](https://github.com/pre-commit/pre-commit/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
    - [Commits](pre-commit/pre-commit@v3.7.1...v4.0.1)
    
    Updates `ruff` from 0.4.10 to 0.7.1
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.10...0.7.1)
    
    Updates `mypy` from 1.10.0 to 1.13.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.0...v1.13.0)
    
    Updates `pytest` from 8.2.2 to 8.3.3
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.2...8.3.3)
    
    Updates `sphinx` from 7.3.7 to 8.1.3
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
    - [Commits](sphinx-doc/sphinx@v7.3.7...v8.1.3)
    
    Updates `furo` from 2024.5.6 to 2024.8.6
    - [Release notes](https://github.com/pradyunsg/furo/releases)
    - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
    - [Commits](pradyunsg/furo@2024.05.06...2024.08.06)
    
    Updates `sphinx-autoapi` from 3.1.2 to 3.3.2
    - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
    - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
    - [Commits](readthedocs/sphinx-autoapi@v3.1.2...v3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: typer
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-dependencies
    - dependency-name: nox
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-dependencies
    - dependency-name: pre-commit
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-dependencies
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-dependencies
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-dependencies
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-dependencies
    - dependency-name: sphinx
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-dependencies
    - dependency-name: furo
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-dependencies
    - dependency-name: sphinx-autoapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    46baac9 View commit details
    Browse the repository at this point in the history
  2. Appease linter

    Signed-off-by: GitHub <[email protected]>
    shenanigansd authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7078c2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87cebc4 View commit details
    Browse the repository at this point in the history
  4. Bump pre-commit

    Signed-off-by: GitHub <[email protected]>
    shenanigansd authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7f747aa View commit details
    Browse the repository at this point in the history