]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Bump rich pin to allow version 13 (#2546)
authorMichał Górny <mgorny@gentoo.org>
Thu, 5 Jan 2023 12:38:37 +0000 (13:38 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Jan 2023 12:38:37 +0000 (12:38 +0000)
See https://github.com/encode/httpx/discussions/2544

pyproject.toml

index bd617710575908c29c5bf5d9f9f9df613957c8af..31677293180c0b5a7edc48cce215328e65d1eb45 100644 (file)
@@ -43,7 +43,7 @@ brotli = [
 cli = [
     "click==8.*",
     "pygments==2.*",
-    "rich>=10,<13",
+    "rich>=10,<14",
 ]
 http2 = [
     "h2>=3,<5",