From 47422ab714b854dd6babc8b05f17bc17d59b8515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 06:52:03 +0000 Subject: [PATCH] :arrow_up: Update rich requirement from ^2.2.2 to >=2.2.2,<9.0.0 Updates the requirements on [rich](https://github.com/willmcgugan/rich) to permit the latest version. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/willmcgugan/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v2.2.2...v8.0.0) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9475217..e1634a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ # Update me python = "^3.7" importlib_metadata = {version = "^1.6.0", python = "<3.8"} typer = {extras = ["all"], version = "^0.2.1"} -rich = "^2.2.2" +rich = ">=2.2.2,<9.0.0" pre-commit = "^2.5.1" [tool.poetry.dev-dependencies]