From ce30ca052e20ea2ecb7a2572430439c964250294 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Wed, 14 Mar 2018 06:56:14 -0400 Subject: [PATCH] pin to pipenv==11.6.1 --- bin/steps/pipenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/pipenv b/bin/steps/pipenv index a274211c..a87bcbe8 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 --upgrade &> /dev/null + /app/.heroku/python/bin/pip install pipenv==11.6.1 --upgrade &> /dev/null # Install the dependencies. if [[ ! -f Pipfile.lock ]]; then -- GitLab