Skip to content

Commit 945450e

Browse files
committed
Updates requests dependency (security)
https://nvd.nist.gov/vuln/detail/CVE-2018-18074 Also uses greater than, rather than pinning exact version.
1 parent 18ee101 commit 945450e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pip-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests==2.18.4
1+
requests>=2.20.0
22
typing==3.6.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
author_email='[email protected]',
1212
description='Python Bindings to Etherscan.io API',
1313
install_requires=[
14-
'requests==2.18.4',
14+
'requests>=2.20.0',
1515
],
1616
)

0 commit comments

Comments
 (0)