From 87a830717941a53e567f109a86a7c9d407ab9cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 07:54:56 +0000 Subject: [PATCH] Bump typer[all] from 0.7.0 to 0.12.3 Bumps [typer[all]](https://github.com/tiangolo/typer) from 0.7.0 to 0.12.3. - [Release notes](https://github.com/tiangolo/typer/releases) - [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/tiangolo/typer/compare/0.7.0...0.12.3) --- updated-dependencies: - dependency-name: typer[all] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fb637fd..9ccde133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "requests>=2.30.1,<3.0.0", "rich>=12.6.0,<=13.0.0", "tenacity>=8.2.2,<9.0.0", - "typer[all]==0.7.0", + "typer[all]==0.12.3", "watchdog>=2.1.0", ]