diff --git a/pyproject.toml b/pyproject.toml index 1186a56..9195e1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "typer>=0.12.0,<1.0", - "rich>=13.0,<15.0", + "rich>=13.0,<16.0", "pywin32>=306,<400; sys_platform == 'win32'", ]