From c2569ad209a8385a3c7723795283d0d42179321f Mon Sep 17 00:00:00 2001 From: Yusuke Nishioka Date: Sat, 22 Oct 2022 18:03:15 +0900 Subject: [PATCH] Allow urllib3 >= 1.26.5 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index fc147938ae..925e9674d6 100644 --- a/python/setup.py +++ b/python/setup.py @@ -44,7 +44,7 @@ # Addresses CVE PRISMA-2021-0020 "click >= 8.0.0a1, < 8.1", # Addresses CVE CVE-2019-11236 and CVE-2020-26137 and SNYK-PYTHON-URLLIB3-1533435 - "urllib3 == 1.26.5", + "urllib3 >= 1.26.5, < 1.27", ], extras_require=extras, entry_points={