Skip to content

Commit 017c446

Browse files
authored
Update setup.py
security issue 'urllib3>=1.23'
1 parent c8c2275 commit 017c446

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@
4848
'tqdm==4.19.5',
4949
'typed-ast==1.1.0',
5050
'typing==3.6.4',
51-
'urllib3==1.22',
51+
'urllib3==1.23',
5252
'xlrd==1.1.0'
5353
]
5454

55+
5556
test_requirements = [
5657
# TODO: put package test requirements here
5758
]

0 commit comments

Comments
 (0)