From 0f29e0d9924f4ef9de5df0fc09dee7cc8a12f5e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:12:58 +0000 Subject: [PATCH] Bump the python-dependencies group with 9 updates Bumps the python-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [typer](https://github.com/fastapi/typer) | `0.15.1` | `0.25.1` | | [nox](https://github.com/wntrblm/nox) | `2024.10.9` | `2026.4.10` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.6.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.4` | `0.15.12` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.20.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `9.0.3` | | [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) | `3.16.0` | `4.1.0` | | [furo](https://github.com/pradyunsg/furo) | `2024.8.6` | `2025.12.19` | | [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) | `3.4.0` | `3.8.0` | Updates `typer` from 0.15.1 to 0.25.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.15.1...0.25.1) Updates `nox` from 2024.10.9 to 2026.4.10 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2024.10.09...2026.04.10) Updates `pre-commit` from 4.0.1 to 4.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.1...v4.6.0) Updates `ruff` from 0.8.4 to 0.15.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.4...0.15.12) Updates `mypy` from 1.14.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.20.2) Updates `pytest` from 8.3.4 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...9.0.3) Updates `pytest-randomly` from 3.16.0 to 4.1.0 - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-randomly/compare/3.16.0...4.1.0) Updates `furo` from 2024.8.6 to 2025.12.19 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2024.08.06...2025.12.19) Updates `sphinx-autoapi` from 3.4.0 to 3.8.0 - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-autoapi/compare/v3.4.0...v3.8.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: nox dependency-version: 2026.4.10 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pytest-randomly dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: furo dependency-version: 2025.12.19 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: sphinx-autoapi dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c3871b3..aa6b091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [{ name = "Bradley Reynolds", email = "bradley.reynolds@darbia.dev" }] license = { text = "MIT" } requires-python = ">=3.10" dependencies = [ - "typer==0.15.1" + "typer==0.25.1" ] [project.urls] @@ -19,19 +19,19 @@ crazylibs = "crazylibs.cli:app" [project.optional-dependencies] dev = [ - "nox==2024.10.9", - "pre-commit==4.0.1", - "ruff==0.8.4", - "mypy==1.14.1", + "nox==2026.4.10", + "pre-commit==4.6.0", + "ruff==0.15.12", + "mypy==1.20.2", ] tests = [ - "pytest==8.3.4", - "pytest-randomly==3.16.0", + "pytest==9.0.3", + "pytest-randomly==4.1.0", ] docs = [ "sphinx==8.1.3", - "furo==2024.8.6", - "sphinx-autoapi==3.4.0", + "furo==2025.12.19", + "sphinx-autoapi==3.8.0", "releases==2.1.1", ]