Skip to content

Commit e001e7b

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 192a1cb commit e001e7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install poetry
4848
run: |
4949
curl -O -sSL https://install.python-poetry.org/install-poetry.py
50-
python install-poetry.py -y --version 1.1.12
50+
python install-poetry.py -y --version 1.1.14
5151
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
5252
rm install-poetry.py
5353

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install poetry
2626
run: |
2727
curl -O -sSL https://install.python-poetry.org/install-poetry.py
28-
python install-poetry.py -y --version 1.1.12
28+
python install-poetry.py -y --version 1.1.14
2929
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
3030
rm install-poetry.py
3131

.tool-versions

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)