Skip to content

Commit

Permalink
Merge pull request #28 from TechnologyBrewery/27-update-minimum-poetr…
Browse files Browse the repository at this point in the history
…y-version

#27 🐛 Update minimum Poetry version from 1.2.0 to 1.5.0 to better…
  • Loading branch information
d-ryan-ashcraft authored Sep 7, 2023
2 parents be6a7cc + bcb1c80 commit 2742bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In order to use Habushu, the following prerequisites must be installed:
* Maven 3.6+
* Maven 3.9+ for use with Maven Build Cache
* Java 11+
* [Poetry 1.2+](https://python-poetry.org/)
* [Poetry 1.5+](https://python-poetry.org/)
* [Pyenv](https://github.com/pyenv/pyenv)

Additionally, Habushu may install and manage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class PyenvAndPoetrySetup {
* Specifies the semver compliant requirement for the version of Poetry that
* must be installed and available for Habushu to use.
*/
static final String POETRY_VERSION_REQUIREMENT = "^1.2.0";
protected static final String POETRY_VERSION_REQUIREMENT = "^1.5.0";

/**
* The desired version of Python to use.
Expand Down

0 comments on commit 2742bc6

Please sign in to comment.