Skip to content

Commit

Permalink
Allow urllib3 >= 1.26.5 (#4394)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysk24ok authored Nov 9, 2022
1 parent 4009a89 commit e680614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit e680614

Please sign in to comment.