Skip to content

Commit 9790b85

Browse files
authored
Merge pull request elastic#636 from elastic/urllib_1.23
bump max compatible version of urllib3 to <1.23
2 parents a03504c + 798788e commit 9790b85

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
f.close()
1313

1414
install_requires = [
15-
'urllib3<1.22,>=1.21.1',
15+
'urllib3<1.23,>=1.21.1',
1616
]
1717
tests_require = [
1818
'requests>=2.0.0, <3.0.0',

0 commit comments

Comments
 (0)