Skip to content

Commit 86ccb8c

Browse files
committed
ci(poetry): Poetry 1.1.12 -> 1.1.14
See also: https://github.com/python-poetry/poetry/releases/tag/1.1.14
1 parent e8ea363 commit 86ccb8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: env.PUBLISH == 'true'
5151
run: |
5252
curl -O -sSL https://install.python-poetry.org/install-poetry.py
53-
python install-poetry.py -y --version 1.1.12
53+
python install-poetry.py -y --version 1.1.14
5454
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
5555
rm install-poetry.py
5656

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install poetry
2929
run: |
3030
curl -O -sSL https://install.python-poetry.org/install-poetry.py
31-
python install-poetry.py -y --version 1.1.12
31+
python install-poetry.py -y --version 1.1.14
3232
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
3333
rm install-poetry.py
3434

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
poetry 1.1.12
1+
poetry 1.1.14
22
python 3.10.5 3.9.13 3.8.13 3.7.12

0 commit comments

Comments
 (0)