Skip to content

Commit 0f07431

Browse files
chore(deps): update dependency urllib3 to >=2.2.2, <3.0.0
1 parent 601152b commit 0f07431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
VERSION = open('version').read()
1313
PYTHON_REQUIRES = ">=3.7"
1414
REQUIRES = [
15-
"urllib3 >= 1.25.3, < 2.1.0",
15+
"urllib3 >=2.2.2, <3.0.0",
1616
"python-dateutil",
1717
"pydantic >= 2",
1818
"typing-extensions >= 4.7.1",

0 commit comments

Comments
 (0)