From 921dc7f934ef91e62880f67fdce46972d4f000f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 14:04:02 +0000 Subject: [PATCH] Bump typer[all] from 0.20.1 to 0.21.0 in the dependencies group Bumps the dependencies group with 1 update: [typer[all]](https://github.com/fastapi/typer). Updates `typer[all]` from 0.20.1 to 0.21.0 - [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.20.1...0.21.0) --- updated-dependencies: - dependency-name: typer[all] dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bd63c5..484fc87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "typer[all]==0.20.1", + "typer[all]==0.21.0", ] [project.optional-dependencies]