From af28f3b6f202bf5cf99a3145f4b10de9a4aa1a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:42:50 +0000 Subject: [PATCH] Bump typer[all] from 0.21.1 to 0.23.2 in the dependencies group Bumps the dependencies group with 1 update: [typer[all]](https://github.com/fastapi/typer). Updates `typer[all]` from 0.21.1 to 0.23.2 - [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.23.2) --- updated-dependencies: - dependency-name: typer[all] dependency-version: 0.23.2 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 03437b0..b583f1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "typer[all]==0.21.1", + "typer[all]==0.23.2", ] [project.optional-dependencies]