From f0e84c2d273179cc366cfd3ee69e6bd8d72e0070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 12:07:16 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 6 updates Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [typer[all]](https://github.com/fastapi/typer) | `0.21.1` | `0.24.1` | | [bandit[toml]](https://github.com/PyCQA/bandit) | `1.8.6` | `1.9.4` | | [black](https://github.com/psf/black) | `25.11.0` | `26.3.1` | | [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) | `24.12.12` | `25.11.29` | | [isort](https://github.com/PyCQA/isort) | `6.1.0` | `8.0.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` | Updates `typer[all]` from 0.21.1 to 0.24.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.21.1...0.24.1) Updates `bandit[toml]` from 1.8.6 to 1.9.4 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.6...1.9.4) Updates `black` from 25.11.0 to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.11.0...26.3.1) Updates `flake8-bugbear` from 24.12.12 to 25.11.29 - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.12.12...25.11.29) Updates `isort` from 6.1.0 to 8.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/6.1.0...8.0.1) Updates `pytest` from 8.4.2 to 9.0.2 - [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.4.2...9.0.2) --- updated-dependencies: - dependency-name: typer[all] dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: bandit[toml] dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: flake8-bugbear dependency-version: 25.11.29 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 930cce6..0a66757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,28 +24,28 @@ classifiers = [ ] dependencies = [ - "typer[all]==0.21.1", + "typer[all]==0.24.1", ] [project.optional-dependencies] dev = [ - "bandit[toml]==1.8.6", - "black==25.11.0", - "flake8-bugbear==24.12.12", + "bandit[toml]==1.9.4", + "black==26.3.1", + "flake8-bugbear==25.11.29", "flake8-comprehensions==3.17.0", "flake8-docstrings==1.7.0", "flake8-encodings[classes]==0.5.1", "flake8-return==1.2.0", "flake8-simplify==0.30.0", "flake8==7.3.0", - "isort==6.1.0", + "isort==8.0.1", "mypy==1.19.1", "pep8-naming==0.15.1", - "pytest==8.4.2", + "pytest==9.0.2", ] test = [ "pytest-cov==7.0.0", - "pytest==8.4.2", + "pytest==9.0.2", ] [project.scripts]