From 33b07b18cb222933f6e3de2f0beca0ffdd1037ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:54:02 +0000 Subject: [PATCH] build(deps): update rich requirement Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v12.5.1...v13.9.2) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"