We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894083b commit d0c98aaCopy full SHA for d0c98aa
bin/steps/pipenv
@@ -42,7 +42,7 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
42
fi
43
44
# Install pipenv.
45
- /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
46
47
# Install the dependencies.
48
if [[ ! -f Pipfile.lock ]]; then
0 commit comments