From 4a87085d80b4c7c0f0e8d24fc637781da7a310bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:57:20 +0000 Subject: [PATCH] Update rich requirement from ~=13.7.1 to ~=13.9.3 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/v13.7.1...v13.9.3) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b134bfa..616c2d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click~=8.1.7 cloudscraper~=1.2.71 pyyaml~=6.0 -rich~=13.7.1 +rich~=13.9.3 tenacity~=8.3.0