Skip to content

Commit d0c98aa

Browse files
authored
Update pipenv
1 parent 894083b commit d0c98aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/steps/pipenv

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
4242
fi
4343

4444
# Install pipenv.
45-
/app/.heroku/python/bin/pip install pipenv==11.6.1 --upgrade &> /dev/null
45+
/app/.heroku/python/bin/pip install pipenv==11.7.1 --upgrade &> /dev/null
4646

4747
# Install the dependencies.
4848
if [[ ! -f Pipfile.lock ]]; then

0 commit comments

Comments
 (0)