Skip to content

Commit 1f79947

Browse files
committed
update poetry and pyproject
1 parent b9e2084 commit 1f79947

File tree

6 files changed

+106
-31
lines changed

6 files changed

+106
-31
lines changed

.github/workflows/lint-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install and configure Poetry
2020
uses: snok/install-poetry@v1
2121
with:
22-
version: 1.5.1
22+
version: 2.1.3
2323
- name: Install dependencies
2424
run: |
2525
poetry env use '3.10'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install and configure Poetry
2222
uses: snok/install-poetry@v1
2323
with:
24-
version: 1.5.1
24+
version: 2.1.3
2525
- name: Install dependencies
2626
run: poetry install
2727
- name: Build distributions

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install and configure Poetry
2525
uses: snok/install-poetry@v1
2626
with:
27-
version: 1.5.1
27+
version: 2.1.3
2828

2929
- name: Install dependencies
3030
run: |

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Make sure the version number has been updated. Do this by updating the version in `./pyproject.toml`:
1010

1111
```toml
12-
[tool.poetry]
12+
[project]
1313
name = "wiremock"
1414
version = "2.7.0"
1515
```

0 commit comments

Comments
 (0)