From 99464fdfd2d7560557285fc1c68ffab2bf705fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 10:08:14 +0000 Subject: [PATCH] :arrow_up: Update typer requirement from ^0.2.1 to >=0.2.1,<0.5.0 Updates the requirements on [typer](https://github.com/tiangolo/typer) to permit the latest version. - [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.2.1...0.4.0) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a85b68e..84f6e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ # Update me [tool.poetry.dependencies] python = "^3.7" importlib_metadata = {version = "^1.6.0", python = "<3.8"} -typer = {extras = ["all"], version = "^0.2.1"} +typer = {extras = ["all"], version = ">=0.2.1,<0.5.0"} rich = "^2.2.2" pre-commit = "^2.5.1" numba = "^0.51.2"