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]