Skip to content

Commit d14902d

Browse files
Upgrade poetry version to latest 1.8.3 (#688)
* Upgrade poetry version to latest 1.8.3 * Update poetry.lock file
1 parent e9786a2 commit d14902d

File tree

4 files changed

+1009
-918
lines changed

4 files changed

+1009
-918
lines changed

.github/workflows/nightly-image-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
PYTHON_VERSION: 3.8
11-
POETRY_VERSION: 1.5.1
11+
POETRY_VERSION: 1.8.3
1212
QUAY_ORGANIZATION: 'project-codeflare'
1313
SDK_FILE: 'codeflare_sdk-0.0.0.dev0.tar.gz'
1414
IMAGE_TAG: 'dev'

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
required: true
2222
poetry_version:
2323
type: string
24-
default: "1.5.1"
24+
default: "1.8.3"
2525
required: true
2626
codeflare-repository-organization:
2727
type: string

0 commit comments

Comments
 (0)