From 7397def61a465f1e6e765f9682b9541d5d8e07a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:15:20 +0000 Subject: [PATCH] Update rich requirement from <13,>=12 to >=12,<14 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.0.0...v13.5.2) --- 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 e3cc16c..d45dff9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ click>=8.0.0,<9 pyyaml>=5,<7 -rich>=12,<13 +rich>=12,<14 requests>=2.27.0,<3 pcpp>=1.2,<2 zstandard>=0.19.0,<1 \ No newline at end of file