Skip to content

Commit 9511da0

Browse files
committed
Upgraded requests package for vulnerabilities threads
1 parent 78a2b74 commit 9511da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
INSTALL_REQUIRES = [
2525
'Flask==1.0.2',
2626
'flask-restplus==0.11.0',
27-
'requests==2.19.1',
27+
'requests==2.20.0',
2828
'kazoo==2.6.1'
2929
]
3030
TEST_REQUIRE = [

0 commit comments

Comments
 (0)