From 9340f292f29c681790a738bfd9c03cc7738a0698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 20:38:46 +0000 Subject: [PATCH] requirements: update rich requirement from <9.13,>=9.11 to >=9.11,<9.14 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/willmcgugan/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v9.11.0...v9.13.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52876189f86..38fc9e03691 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ toposort<1.7 torch<1.8.0; sys_platform != 'win32' and platform_machine == 'x86_64' and platform_python_implementation == 'CPython' typecheck-decorator<=1.2 leabra-psyneulink<=0.3.2 -rich>=9.11, <9.13 +rich>=9.11, <9.14