Skip to content

Commit 305806f

Browse files
committed
Bumping Poetry from v1.8.4 -> v2.2.1 inc. dependencies (poetry update --with test,dev,ci,docs)
1 parent 6e1a4b9 commit 305806f

File tree

5 files changed

+859
-40
lines changed

5 files changed

+859
-40
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Poetry
2828
uses: snok/[email protected]
2929
with:
30-
version: 1.8.4
30+
version: 2.2.1
3131

3232
- name: Install CI dependencies
3333
run: |

.github/workflows/parallel-support.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Poetry
6363
uses: snok/[email protected]
6464
with:
65-
version: 1.8.4
65+
version: 2.2.1
6666

6767
- name: Install tox
6868
run: |
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install Poetry
107107
uses: snok/[email protected]
108108
with:
109-
version: 1.8.4
109+
version: 2.2.1
110110

111111
- name: Install tox
112112
run: |

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Poetry
6363
uses: snok/[email protected]
6464
with:
65-
version: 1.8.4
65+
version: 2.2.1
6666

6767
- name: Install tox
6868
run: |
@@ -116,7 +116,7 @@ jobs:
116116
- name: Install Poetry
117117
uses: snok/[email protected]
118118
with:
119-
version: 1.8.4
119+
version: 2.2.1
120120

121121
- name: Install tox
122122
run: |
@@ -163,7 +163,7 @@ jobs:
163163
- name: Install Poetry
164164
uses: snok/[email protected]
165165
with:
166-
version: 1.8.4
166+
version: 2.2.1
167167

168168
- name: Install tox
169169
run: |

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
post_create_environment:
1414
# Install poetry
1515
# https://python-poetry.org/docs/#installing-manually
16-
- pip install poetry==1.8.4
16+
- pip install poetry==2.2.1
1717
# Tell poetry to not use a virtual environment
1818
- poetry config virtualenvs.create false
1919
- poetry export --with docs -E all -f requirements.txt --output docs/requirements.txt

0 commit comments

Comments
 (0)