From e0b9db6f813c96dedf1588d1f1f899b1d8084d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 13:14:58 +0000 Subject: [PATCH 1/2] Update rich requirement in /requirements 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/v10.2.2...v12.4.1) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/extra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/extra.txt b/requirements/extra.txt index 271ef8c0b833d..711a1bd1b8d0f 100644 --- a/requirements/extra.txt +++ b/requirements/extra.txt @@ -6,4 +6,4 @@ omegaconf>=2.0.5, <=2.1.* hydra-core>=1.0.5, <=1.1.* jsonargparse[signatures]>=4.7.1, <=4.7.1 gcsfs>=2021.5.0, <=2022.2.0 -rich>=10.2.2,!=10.15.*, <=12.0.0 +rich>=10.2.2, !=10.15.0.a, <13.0.0 From 016cb9e911340ac794eaf6a5c7aa0b3347e378fe Mon Sep 17 00:00:00 2001 From: Jirka Date: Tue, 24 May 2022 17:25:05 +0200 Subject: [PATCH 2/2] Empty-Commit