From 21a13e706d7bddc6808f3ef83b6a97797c79762a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 07:21:03 +0000 Subject: [PATCH] Update rich requirement from ~=13.5.3 to ~=13.6.0 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.5.3...v13.6.0) --- 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 71e994e..c23d59e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click~=8.1.7 cloudscraper~=1.2.71 pyyaml~=6.0 -rich~=13.5.3 +rich~=13.6.0 tenacity~=8.2.3