We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ea363 commit 86ccb8cCopy full SHA for 86ccb8c
.github/workflows/docs.yml
@@ -50,7 +50,7 @@ jobs:
50
if: env.PUBLISH == 'true'
51
run: |
52
curl -O -sSL https://install.python-poetry.org/install-poetry.py
53
- python install-poetry.py -y --version 1.1.12
+ python install-poetry.py -y --version 1.1.14
54
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
55
rm install-poetry.py
56
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install poetry
29
30
31
32
33
34
.tool-versions
@@ -1,2 +1,2 @@
1
-poetry 1.1.12
+poetry 1.1.14
2
python 3.10.5 3.9.13 3.8.13 3.7.12
0 commit comments