Skip to content

Commit

Permalink
[FIX] reqs: bump up recommended requests version
Browse files Browse the repository at this point in the history
In light of CVE-2018-18074, using python-requests 2.20.0 is recommended,
or any distribution-specific version that was patched.

See also https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-18074
  • Loading branch information
odony committed Oct 30, 2018
1 parent 2149759 commit 9cc8a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pyusb==1.0.0
PyYAML==3.12
qrcode==5.3
reportlab==3.3.0
requests==2.11.1
requests==2.20.0
six==1.10.0
suds-jurko==0.6
vatnumber==1.2
Expand Down

0 comments on commit 9cc8a8d

Please sign in to comment.