Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit e71086f

Browse files
committed
Upgrade **requests** version to remove vulnerability (https://nvd.nist.gov/vuln/detail/CVE-2018-18074)
1 parent 7bd37c0 commit e71086f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
license='MIT',
1313
packages=find_packages(),
1414
install_requires=[
15-
'requests==2.19.1',
15+
'requests==2.20.1',
1616
'retrying==1.3.3',
1717
],
1818
zip_safe=False,

0 commit comments

Comments
 (0)