Skip to content

Commit 8fc02b0

Browse files
committed
1 parent baab606 commit 8fc02b0

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Install poetry
3838
if: env.PUBLISH == 'true'
39-
run: pipx install "poetry==1.4.0"
39+
run: pipx install "poetry==1.5.0"
4040

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

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515

1616
- name: Install poetry
17-
run: pipx install "poetry==1.4.0"
17+
run: pipx install "poetry==1.5.0"
1818

1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v4
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v3
6161

6262
- name: Install poetry
63-
run: pipx install "poetry==1.4.0"
63+
run: pipx install "poetry==1.5.0"
6464

6565
- name: Set up Python ${{ matrix.python-version }}
6666
uses: actions/setup-python@v4

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
poetry 1.4.0
1+
poetry 1.5.0
22
python 3.11.0 3.10.7 3.9.13

CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ _Maintenance only, no bug fixes or features_
3333
This change replaces black, isort, flake8 and flake8 plugins.
3434

3535
- libvcs: 0.21.1 -> 0.21.2 (addition of ruff)
36+
- poetry: 1.4.0 -> 1.5.0
37+
38+
See also: https://github.com/python-poetry/poetry/releases/tag/1.5.0
3639

3740
[ruff]: https://ruff.rs
3841

0 commit comments

Comments
 (0)