Skip to content

Commit 4c525c6

Browse files
committed
(python-runtime) Update vulnerable urllib
1 parent d35fcc8 commit 4c525c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python_dateutil >= 2.5.3
22
setuptools >= 21.0.0
3-
urllib3 >= 1.25.3, < 3.0.0
3+
urllib3
44
pydantic >= 2
55
typing-extensions >= 4.7.1

libraries/client/cloudharness_cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# prerequisite: setuptools
2121
# http://pypi.python.org/pypi/setuptools
2222

23-
REQUIRES = ["urllib3 >= 1.25.3, < 2.1.0", "python_dateutil >= 2.5.3", "pydantic >= 2", "typing-extensions >= 4.7.1"]
23+
REQUIRES = ["urllib3", "python_dateutil >= 2.5.3", "pydantic >= 2", "typing-extensions >= 4.7.1"]
2424

2525

2626
setup(

0 commit comments

Comments
 (0)