Skip to content

Commit 7c499cf

Browse files
Update dependency urllib3 to >=2.7.0, <=2.7.0 [SECURITY]
1 parent ad66b0d commit 7c499cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

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, <= 2.2.2
3+
urllib3 >=2.7.0, <=2.7.0
44
pydantic >= 2
55
typing-extensions >= 4.7.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
VERSION = "0.0.5"
2525
PYTHON_REQUIRES = ">=3.9"
2626
REQUIRES = [
27-
"urllib3 >= 1.25.3, <= 2.2.2",
27+
"urllib3 >=2.7.0, <=2.7.0",
2828
"python-dateutil",
2929
"pydantic >= 2",
3030
"typing-extensions >= 4.7.1",

0 commit comments

Comments
 (0)