Skip to content

Commit

Permalink
Merge pull request #13030 from RasaHQ/update-poetry-1.8.2-on-3.6.x
Browse files Browse the repository at this point in the history
Update poetry 1.8.2 on 3.6.x
  • Loading branch information
sanchariGr committed Apr 15, 2024
2 parents d59f807 + d873896 commit 9f5f633
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .github/poetry_version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# The poetry version is stored in a separate file due to the https://github.com/python-poetry/poetry/issues/3316
poetry-version=1.4.2
poetry-version=1.8.2
1 change: 1 addition & 0 deletions changelog/13030.misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update poetry version to `1.8.2`
2 changes: 1 addition & 1 deletion docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "BASE_BUILDER_IMAGE_HASH" {
# keep this in sync with the version in .github/poetry_version.txt
# the variable is set automatically for builds in CI
variable "POETRY_VERSION" {
default = "1.4.2"
default = "1.8.2"
}

group "base-images" {
Expand Down

0 comments on commit 9f5f633

Please sign in to comment.