Skip to content

Commit 99aa369

Browse files
committed
Update urllib3 dependency
1 parent 75427e9 commit 99aa369

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
@@ -8,7 +8,7 @@ nose==1.3.7
88
ipdb==0.13.2
99
idna==2.9
1010
chardet==3.0.4
11-
urllib3==1.25.8
11+
urllib3==1.25.9
1212
requests==2.23.0
1313
selenium==3.141.0
1414
pluggy==0.13.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
'ipdb',
9191
'idna==2.9', # Must stay in sync with "requests"
9292
'chardet==3.0.4', # Must stay in sync with "requests"
93-
'urllib3==1.25.8', # Must stay in sync with "requests"
93+
'urllib3==1.25.9', # Must stay in sync with "requests"
9494
'requests==2.23.0',
9595
'selenium==3.141.0',
9696
'pluggy==0.13.1',

0 commit comments

Comments
 (0)