diff --git a/pyproject.toml b/pyproject.toml index 2c7a41a8c..8c8de9bc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,8 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" -#rich = "^10.6.0" -rich = {git = "git@github.com:willmcgugan/rich", rev = "link-id"} +rich = "^10.7.0" +#rich = {git = "git@github.com:willmcgugan/rich", rev = "link-id"} typing-extensions = { version = "^3.10.0", python = "<3.8" } [tool.poetry.dev-dependencies]