Skip to content

Commit 6729398

Browse files
committed
build: use poetry v1.7.1
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent b37f859 commit 6729398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
env:
2121
REPORTS_DIR: CI_reports
2222
PYTHON_VERSION_DEFAULT: "3.11"
23-
POETRY_VERSION: "1.4.1"
23+
POETRY_VERSION: "1.7.1"
2424
TESTS_REPORTS_ARTIFACT: tests-reports
2525

2626
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ concurrency:
3939

4040
env:
4141
PYTHON_VERSION_DEFAULT: "3.11"
42-
POETRY_VERSION: "1.4.1"
42+
POETRY_VERSION: "1.7.1"
4343

4444
jobs:
4545
quicktest:

0 commit comments

Comments
 (0)