Skip to content

Commit

Permalink
Upgrade urllib3 to version 1.23 or later.
Browse files Browse the repository at this point in the history
This fixes the following security vulnerability:

https://nvd.nist.gov/vuln/detail/CVE-2018-20060

Thanks to GitHub's automated scan of vulnerable dependencies.
  • Loading branch information
Rogério Brito authored Feb 15, 2019
1 parent a82edb9 commit 81a2495
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
@@ -1,7 +1,7 @@
beautifulsoup4>=4.1.3
requests>=2.10.0
six>=1.5.0
urllib3==1.21.1
urllib3>=1.23
pyasn1>=0.1.7
keyring>=4.0
configargparse>=0.12.0
Expand Down

0 comments on commit 81a2495

Please sign in to comment.