Skip to content

Commit 5a03225

Browse files
committed
Set urllib3 version to 1.24.3
1 parent 62e5b43 commit 5a03225

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
@@ -6,7 +6,7 @@ ipdb
66
chardet
77
unittest2
88
selenium==3.141.0
9-
urllib3==1.24.2
9+
urllib3==1.24.3
1010
requests>=2.21.0
1111
pytest>=4.4.1
1212
pytest-cov>=2.6.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
'chardet',
6060
'unittest2',
6161
'selenium==3.141.0',
62-
'urllib3==1.24.2',
62+
'urllib3==1.24.3',
6363
'requests>=2.21.0',
6464
'pytest>=4.4.1',
6565
'pytest-cov>=2.6.1',

0 commit comments

Comments
 (0)