From d0c98aa5773ca426d217e3fed34b35b5289d65dc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 14 Mar 2018 06:57:52 -0400 Subject: [PATCH] Update pipenv --- bin/steps/pipenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/pipenv b/bin/steps/pipenv index a87bcbe..d1ce7c1 100755 --- a/bin/steps/pipenv +++ b/bin/steps/pipenv @@ -42,7 +42,7 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then fi # Install pipenv. - /app/.heroku/python/bin/pip install pipenv==11.6.1 --upgrade &> /dev/null + /app/.heroku/python/bin/pip install pipenv==11.7.1 --upgrade &> /dev/null # Install the dependencies. if [[ ! -f Pipfile.lock ]]; then