From 6342d105919a73c700cf958ac013499deab18202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:10:30 +0000 Subject: [PATCH] :arrow_up: Bump typer from 0.9.0 to 0.10.0 Bumps [typer](https://github.com/tiangolo/typer) from 0.9.0 to 0.10.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.9.0...0.10.0) --- updated-dependencies: - dependency-name: typer 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 a770686..f222c62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ importlib-metadata==4.8.2; python_version < "3.8" and python_version >= "3.6" or pygments==2.10.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.5" rich==10.16.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0" shellingham==1.5.4; python_version >= "3.6" -typer==0.9.0; python_version >= "3.6" +typer==0.10.0; python_version >= "3.6" typing-extensions==4.0.1; python_version >= "3.6" and python_version < "3.8" and python_full_version >= "3.6.2" and python_full_version < "4.0.0" zipp==3.6.0; python_version >= "3.6" and python_version < "3.8"