Skip to content

Commit 685b7c5

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 e33e87a commit 685b7c5

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
@@ -49,7 +49,7 @@ jobs:
4949
if: env.PUBLISH == 'true'
5050
run: |
5151
curl -O -sSL https://install.python-poetry.org/install-poetry.py
52-
python install-poetry.py -y --version 1.1.12
52+
python install-poetry.py -y --version 1.1.14
5353
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
5454
rm install-poetry.py
5555

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install poetry
3535
run: |
3636
curl -O -sSL https://install.python-poetry.org/install-poetry.py
37-
python install-poetry.py -y --version 1.1.12
37+
python install-poetry.py -y --version 1.1.14
3838
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
3939
rm install-poetry.py
4040

.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.3 3.9.13 3.8.13 3.7.13

0 commit comments

Comments
 (0)