From 9ef46b104fac38c96d13b8aed93a60a9c4b8c5ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:05:05 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [typer[all]](https://github.com/fastapi/typer), [black](https://github.com/psf/black) and [mypy](https://github.com/python/mypy). Updates `typer[all]` from 0.17.4 to 0.19.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.17.4...0.19.1) Updates `black` from 25.1.0 to 25.9.0 - [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.1.0...25.9.0) Updates `mypy` from 1.18.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.1...v1.18.2) --- updated-dependencies: - dependency-name: typer[all] dependency-version: 0.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6551b7a..aa04624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,13 +24,13 @@ classifiers = [ ] dependencies = [ - "typer[all]==0.17.4", + "typer[all]==0.19.1", ] [project.optional-dependencies] dev = [ "bandit[toml]==1.8.6", - "black==25.1.0", + "black==25.9.0", "flake8-bugbear==24.12.12", "flake8-comprehensions==3.17.0", "flake8-docstrings==1.7.0", @@ -39,7 +39,7 @@ dev = [ "flake8-simplify==0.22.0", "flake8==7.3.0", "isort==6.0.1", - "mypy==1.18.1", + "mypy==1.18.2", "pep8-naming==0.15.1", "pytest==8.4.2", ]