From 74141af6395e45d92ca1704c3eb2198cf5c6106e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 10:27:52 +0000 Subject: [PATCH] pip(deps): update rich requirement from ~=12.4.1 to ~=12.4.4 Updates the requirements on [rich](https://github.com/willmcgugan/rich) to permit the latest version. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v12.4.1...v12.4.4) --- 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 362f5ce..3d7aad9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -rich~=12.4.1 +rich~=12.4.4