From f147a19a78361ea7e64fe390a54fbe9e486423c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 01:37:00 +0000 Subject: [PATCH] Bump typer[all] from 0.16.1 to 0.17.3 in the dependencies group Bumps the dependencies group with 1 update: [typer[all]](https://github.com/fastapi/typer). Updates `typer[all]` from 0.16.1 to 0.17.3 - [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.16.1...0.17.3) --- updated-dependencies: - dependency-name: typer[all] dependency-version: 0.17.3 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 748cb8d..b6b6b44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "typer[all]==0.16.1", + "typer[all]==0.17.3", ] [project.optional-dependencies]