From db28d1964d274433ea5cf3141d1299e9fcc7edda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:09:00 -0400 Subject: [PATCH] build(deps): update rich requirement (#110) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ae9a3a..2499e53 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.8.0", + "rich >= 12.5.1,< 13.9.0", ] requires-python = ">=3.8"