diff --git a/pyproject.toml b/pyproject.toml index c98a47f..a660aa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ include = [ [tool.poetry.dependencies] python = "^3.9" click = "^8.1.3" -rich = "^12.5.1" +rich = "^13.8.1" timeago = "^1.0.15" tomli = "^2.0.1" psycopg2 = { version = "^2.9.3", optional = true }