Skip to content

Commit b260de9

Browse files
committed
1 parent eb28442 commit b260de9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.5.1"
38+
run: pipx install "poetry==1.6.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
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616

1717
- name: Install poetry
18-
run: pipx install "poetry==1.5.1"
18+
run: pipx install "poetry==1.6.1"
1919

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

6161
- name: Install poetry
62-
run: pipx install "poetry==1.5.1"
62+
run: pipx install "poetry==1.6.1"
6363

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

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
poetry 1.5.1
1+
poetry 1.6.1
22
python 3.11.4 3.10.12 3.9.13 3.8.13 3.7.13

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pytest-doctest-docutils:
8484
- Split out release to separate job so the PyPI Upload docker image isn't pulled on normal runs
8585
- Clean up CodeQL
8686

87-
- Poetry: Bump 1.1.x to 1.2.x
87+
- Poetry: Bump 1.1.x to 1.6.x
8888

8989
<!---
9090
.. vim: set filetype=markdown:

0 commit comments

Comments
 (0)