From 8a49461c16ebd30706d5b6c465a104130254642b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 15:16:29 +0000 Subject: [PATCH] :arrow_up: Update typer requirement from ^0.2.1 to ^0.3.2 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.3.2) 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..0b59e71 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.4.0"} rich = "^2.2.2" pre-commit = "^2.5.1" numba = "^0.51.2"