Update Poetry to `1.1.14`

Poetry released version `1.1.14` today, so we want to make that available as part of this Docker build.
pull/1/head
Joseph Hale 2 years ago committed by GitHub
parent bfecbb5d98
commit f7832f98e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
python_image_tag: ["3.7-slim", "3.8-slim", "3.9-slim", "3.10-slim"]
poetry_version: ["1.0.10", "1.1.13"]
poetry_version: ["1.0.10", "1.1.14"]
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save