From: Michał Górny Date: Thu, 5 Jan 2023 12:38:37 +0000 (+0100) Subject: Bump rich pin to allow version 13 (#2546) X-Git-Tag: 0.24.0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c53d99da8351eea5ff71e1fa829e1d2e9727c0d;p=thirdparty%2Fhttpx.git Bump rich pin to allow version 13 (#2546) See https://github.com/encode/httpx/discussions/2544 --- diff --git a/pyproject.toml b/pyproject.toml index bd617710..31677293 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ brotli = [ cli = [ "click==8.*", "pygments==2.*", - "rich>=10,<13", + "rich>=10,<14", ] http2 = [ "h2>=3,<5",