Skip to content

Commit 75cffe4

Browse files
committed
py,ci(deps): poetry 1.7.1 -> 1.8.1
See also: https://github.com/python-poetry/poetry/blob/1.8.1/CHANGELOG.md
1 parent e084cac commit 75cffe4

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install poetry
3737
if: env.PUBLISH == 'true'
38-
run: pipx install "poetry==1.7.1"
38+
run: pipx install "poetry==1.8.1"
3939

4040
- name: Set up Python ${{ matrix.python-version }}
4141
if: env.PUBLISH == 'true'

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Install poetry
23-
run: pipx install "poetry==1.7.1"
23+
run: pipx install "poetry==1.8.1"
2424

2525
- name: Set up Python ${{ matrix.python-version }}
2626
uses: actions/setup-python@v5
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/checkout@v4
6969

7070
- name: Install poetry
71-
run: pipx install "poetry==1.7.1"
71+
run: pipx install "poetry==1.8.1"
7272

7373
- name: Set up Python ${{ matrix.python-version }}
7474
uses: actions/setup-python@v5

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
poetry 1.7.1
1+
poetry 1.8.1
22
python 3.12.2 3.11.6 3.10.13 3.9.18 3.8.18 3.7.17

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ $ pip install --user --upgrade --pre libvcs
1717

1818
### Development
1919

20+
- poetry: 1.7.1 -> 1.8.1
21+
22+
See also: https://github.com/python-poetry/poetry/blob/1.8.1/CHANGELOG.md
2023
- ruff 0.2.2 -> 0.3.0 (#457)
2124

2225
Related formattings. Update CI to use `ruff check .` instead of `ruff .`.

0 commit comments

Comments
 (0)