Skip to content

Commit b404580

Browse files
committed
Upgrade to latest version of Poetry
1 parent 20bc0b2 commit b404580

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- uses: actions/setup-python@v2
1313
with:
1414
python-version: "3.10"
15-
- uses: Gr1n/setup-poetry@v4
15+
- uses: Gr1n/setup-poetry@v7
1616
with:
17-
poetry-version: '1.1.4'
17+
poetry-version: '1.1.10'
1818
- run: pip install tox
1919
- run: tox -e lint,py39-dj32
2020
test_compatibility:
@@ -36,9 +36,9 @@ jobs:
3636
- uses: actions/setup-python@v2
3737
with:
3838
python-version: ${{ matrix.python }}
39-
- uses: Gr1n/setup-poetry@v4
39+
- uses: Gr1n/setup-poetry@v7
4040
with:
41-
poetry-version: '1.1.4'
41+
poetry-version: '1.1.10'
4242
- run: pip install tox
4343
- run: tox -q
4444
env:
@@ -62,9 +62,9 @@ jobs:
6262
- uses: actions/setup-python@v2
6363
with:
6464
python-version: "3.10"
65-
- uses: Gr1n/setup-poetry@v4
65+
- uses: Gr1n/setup-poetry@v7
6666
with:
67-
poetry-version: '1.1.4'
67+
poetry-version: '1.1.10'
6868
- uses: actions/cache@v2
6969
with:
7070
path: ~/.cache/pip

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ default_section = "THIRDPARTY"
6161
multi_line_output = 5
6262

6363
[build-system]
64-
requires = ["poetry>=0.12"]
64+
requires = ["poetry>=1.1.10"]
6565
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)