Use and recommend poetry 1.1.14, up from 1.1.12 (#13285)

This commit is contained in:
David Robertson
2022-07-15 16:18:47 +01:00
committed by GitHub
parent 0731e0829c
commit e9ce4d089b
5 changed files with 30 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ with open('pyproject.toml', 'w') as f:
"
python3 -c "$REMOVE_DEV_DEPENDENCIES"
pipx install poetry==1.1.12
pipx install poetry==1.1.14
~/.local/bin/poetry lock
echo "::group::Patched pyproject.toml"