Skip to content

Commit 99a94e4

Browse files
committed
build: update poetry version from 1.5.1 to 2.2.1 in ci workflows
1 parent 64e590e commit 99a94e4

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest]
1414
python: ["3.x"]
15-
poetry: ["1.5.1"]
15+
poetry: ["2.2.1"]
1616
runs-on: ${{ matrix.os }}
1717
timeout-minutes: 10
1818

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest]
1818
python: ["3.8", "3.10"]
19-
poetry: ["1.5.1"]
19+
poetry: ["2.2.1"]
2020
runs-on: ${{ matrix.os }}
2121
timeout-minutes: 10
2222

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)