Skip to content
Snippets Groups Projects
Unverified Commit d0c98aa5 authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub
Browse files

Update pipenv

parent 894083bf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment