Bump rich pin to allow version 13 (#2546)

See https://github.com/encode/httpx/discussions/2544
This commit is contained in:
Michał Górny 2023-01-05 13:38:37 +01:00 committed by GitHub
parent 08a557e3e2
commit 7c53d99da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ brotli = [
cli = [
"click==8.*",
"pygments==2.*",
"rich>=10,<13",
"rich>=10,<14",
]
http2 = [
"h2>=3,<5",