Skip to content

Commit

Permalink
Bump poetry from 1.8.3 to 1.8.4 (#286)
Browse files Browse the repository at this point in the history
* Bump poetry from 1.8.3 to 1.8.4

Bumps [poetry](https://github.com/python-poetry/poetry) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/1.8.4/CHANGELOG.md)
- [Commits](python-poetry/poetry@1.8.3...1.8.4)

---
updated-dependencies:
- dependency-name: poetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update test

* Add changelog entry

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
dependabot[bot] and edmorley authored Nov 4, 2024
1 parent 4302c14 commit 53be019
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Updated Poetry from 1.8.3 to 1.8.4. ([#286](https://github.com/heroku/buildpacks-python/pull/286))

## [0.19.0] - 2024-10-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion requirements/poetry.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry==1.8.3
poetry==1.8.4
2 changes: 1 addition & 1 deletion tests/poetry_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ fn poetry_cache_previous_buildpack_version() {
Installing Python {DEFAULT_PYTHON_FULL_VERSION}
[Installing Poetry]
Discarding cached Poetry {POETRY_VERSION}
Discarding cached Poetry 1.8.3
Installing Poetry {POETRY_VERSION}
[Installing dependencies using Poetry]
Expand Down

0 comments on commit 53be019

Please sign in to comment.