Skip to content

Commit 72a09d0

Browse files
committed
Fix security issue in urllib3
1 parent 09b785a commit 72a09d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python_dateutil >= 2.5.3
22
setuptools >= 21.0.0
3-
urllib3 >= 1.25.3
3+
urllib3 >= 2.5.0
44
pydantic >= 2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
VERSION = "25.11.2"
4444
PYTHON_REQUIRES = ">=3.7"
4545
REQUIRES = [
46-
"urllib3 >= 1.25.3, < 2.1.0",
46+
"urllib3 >= 2.5.0",
4747
"python-dateutil",
4848
"pydantic >= 2",
4949
]

0 commit comments

Comments
 (0)