Skip to content

Commit 634857f

Browse files
author
Brad Porter
authored
Updated CLI Pipfile to enforce newer version of urllib3 (#75)
1 parent 586fdc6 commit 634857f

File tree

2 files changed

+44
-42
lines changed

2 files changed

+44
-42
lines changed

examples/cli/Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name = "pypi"
99
click = "*"
1010
six = "*"
1111
launchkey = {path = "./../..", editable = true}
12+
urllib3 = ">= 1.24.2" # Ensure CVE-2019-11324 is mitigated
1213

1314
[requires]
1415
python_version = "3.7"

examples/cli/Pipfile.lock

+43-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)