From 9481d0359f385f873ca4a6733ae8ace4ec077a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 15:01:22 +0000 Subject: [PATCH] Bump typer[all] from 0.7.0 to 0.8.0 Bumps [typer[all]](https://github.com/tiangolo/typer) from 0.7.0 to 0.8.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.8.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..1fcdb28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # For argument parsing and CLI -typer[all]==0.7.0 +typer[all]==0.8.0 # For pretty printing rich # For choosing a link with the browse command