Skip to content

Commit f5d7cf9

Browse files
authored
Remove pin on "urllib3 < 2" (#664)
* Remove pin on "urllib3 < 2" * Remove pind on "urllib3 < 2" * Update setup.py * Update requirements.txt
1 parent 2553388 commit f5d7cf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ requests>=2.17.3
66
tabulate>=0.7.7
77
six>=1.10.0
88
configparser>=0.3.5;python_version < "3.6"
9-
urllib3>=1.26.7,<2.0.0
9+
urllib3>=1.26.7,<3

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'tabulate>=0.7.7',
4343
'six>=1.10.0',
4444
'configparser>=0.3.5;python_version < "3.6"',
45-
'urllib3>=1.26.7,<2.0.0'
45+
'urllib3>=1.26.7,<3'
4646
],
4747
entry_points='''
4848
[console_scripts]

0 commit comments

Comments
 (0)