diff --git a/pyproject.toml b/pyproject.toml index 2499e53..2c4a972 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pyelftools >= 0.29", "requests >= 2.28.1,< 2.33.0", "requests-cache >= 0.9.6,< 1.3.0", - "rich >= 12.5.1,< 13.9.0", + "rich >= 12.5.1,< 13.10.0", ] requires-python = ">=3.8"