From 353f2edf437c05cc3fb7768a9ef3a6b6e2beb2aa Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 20 Oct 2022 09:44:18 +0300 Subject: [PATCH] Bump rich version to >=12.3,<13 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6962d00..a0e32ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiodns>=3.0,<4 aiohttp-socks>=0.7,<0.8 aiohttp>=3.8,<4 -rich>=12.0,<13 +rich>=12.3,<13 uvloop>=0.16,<0.18; implementation_name == 'cpython' and (sys_platform == 'darwin' or sys_platform == 'linux')