From ccdedf68c957f98e528d98f1524c6a76946012f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 14:58:29 +0000 Subject: [PATCH] Bump typer[all] from 0.7.0 to 0.9.0 Bumps [typer[all]](https://github.com/tiangolo/typer) from 0.7.0 to 0.9.0. - [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.9.0) --- updated-dependencies: - dependency-name: typer[all] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a314ef..d902303 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # For argument parsing and CLI -typer[all]==0.7.0 +typer[all]==0.9.0 # For pretty printing rich # For choosing a link with the browse command