Use pipenv when updating dependencies
If there is a Pipfile in the repo, we'll use pipenv rather than poetry.
-
test this! It's not tested. -
decide whether we should open pyproject.tomland look at whether the build system is set to poetry or setuptools. That is harder from a simple shellscript though, and I think the presence/absence ofPipfileshould be enough; I don't think there is any reasonPipfilewould exist, if we are not using pipenv.
Edited by Richard Bowman