diff --git a/pipenv/cli.py b/pipenv/cli.py index 0b98025a..32c3dbf3 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -447,7 +447,7 @@ def ensure_python(three=None, python=None): # These versions appear incompatible with pew: # '2.5': '2.5.6', '2.6': '2.6.9', - '2.7': '2.7.13', + '2.7': '2.7.14', # '3.1': '3.1.5', # '3.2': '3.2.6', '3.3': '3.3.6',