abatilo/actions-poetry (abatilo/actions-poetry)
### [`v3.0.1`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v3.0.1)
[Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v3.0.0...v3.0.1)
##### Bug Fixes
- ubuntu pipx installation by calling pip from python3 ([#71](https://redirect.github.com/abatilo/actions-poetry/issues/71)) ([2a40fbe](https://redirect.github.com/abatilo/actions-poetry/commit/2a40fbec3774700af419fb05a0df264cda584285))
### [`v3.0.0`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v3.0.0)
[Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.4.0...v3.0.0)
##### BREAKING CHANGE
Use pipx to isolate poetry ([#63](https://redirect.github.com/abatilo/actions-poetry/issues/63)) ([7b6d33e](https://redirect.github.com/abatilo/actions-poetry/commit/7b6d33e44b4f08d7021a1dee3c044e9c253d6439))
Functionality itself should expect to be the same but the affected virtualenv is different and people might have depended on this behavior so we're considering this a breaking change.
### [`v2.4.0`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.4.0)
[Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.3.0...v2.4.0)
##### Features
- Add ability to install plugins as part of the action setup ([#66](https://redirect.github.com/abatilo/actions-poetry/issues/66)) ([a5643c6](https://redirect.github.com/abatilo/actions-poetry/commit/a5643c67b5fcc9ac5eddb395c7f61b1b66d86034))
### [`v2.3.0`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.3.0)
[Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.2.0...v2.3.0)
##### Features
- by default use the latest poetry version ([#62](https://redirect.github.com/abatilo/actions-poetry/issues/62)) ([192395c](https://redirect.github.com/abatilo/actions-poetry/commit/192395c0d10c082a7c62294ab5d9a9de40e48974))
### [`v2.2.0`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.2.0)
[Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.1.6...v2.2.0)
##### Features
- update default Poetry version to 1.2.2 ([#57](https://redirect.github.com/abatilo/actions-poetry/issues/57)) ([f295866](https://redirect.github.com/abatilo/actions-poetry/commit/f295866fdd47fe14b18927b0908ac25ef3d5009a))
### [`v2.1.6`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.1.6)
[Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.1.5...v2.1.6)
##### Bug Fixes
- Updating default poetry version to 1.15 ([#49](https://redirect.github.com/abatilo/actions-poetry/issues/49)) ([0816ab2](https://redirect.github.com/abatilo/actions-poetry/commit/0816ab2aa6474edc70c5f39eef65dea80c70d153))
### [`v2.1.5`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.1.5)
[Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.1.4...v2.1.5)
##### Bug Fixes
- quote versions to fix parsing errors ([c1aba0c](https://redirect.github.com/abatilo/actions-poetry/commit/c1aba0c402ae0d96fbb6d94050592a56b202009f))
### [`v2.1.4`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.1.4)
[Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.1.3...v2.1.4)
##### Bug Fixes
- **deps:** update default poetry version to 1.1.11 ([#45](https://redirect.github.com/abatilo/actions-poetry/issues/45)) ([7044c9c](https://redirect.github.com/abatilo/actions-poetry/commit/7044c9c69e0265717d52471f66033b8d0e2a69ff))
### [`v2.1.3`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.1.3)
[Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.1.2...v2.1.3)
##### Bug Fixes
- **deps:** update default poetry version to 1.1.8 ([#44](https://redirect.github.com/abatilo/actions-poetry/issues/44)) ([f982f32](https://redirect.github.com/abatilo/actions-poetry/commit/f982f3200f413c3a4d6b8f7219f74b772d77c14d))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v2.1.2
->v3.0.1
Release Notes
abatilo/actions-poetry (abatilo/actions-poetry)
### [`v3.0.1`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v3.0.1) [Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v3.0.0...v3.0.1) ##### Bug Fixes - ubuntu pipx installation by calling pip from python3 ([#71](https://redirect.github.com/abatilo/actions-poetry/issues/71)) ([2a40fbe](https://redirect.github.com/abatilo/actions-poetry/commit/2a40fbec3774700af419fb05a0df264cda584285)) ### [`v3.0.0`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.4.0...v3.0.0) ##### BREAKING CHANGE Use pipx to isolate poetry ([#63](https://redirect.github.com/abatilo/actions-poetry/issues/63)) ([7b6d33e](https://redirect.github.com/abatilo/actions-poetry/commit/7b6d33e44b4f08d7021a1dee3c044e9c253d6439)) Functionality itself should expect to be the same but the affected virtualenv is different and people might have depended on this behavior so we're considering this a breaking change. ### [`v2.4.0`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.4.0) [Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.3.0...v2.4.0) ##### Features - Add ability to install plugins as part of the action setup ([#66](https://redirect.github.com/abatilo/actions-poetry/issues/66)) ([a5643c6](https://redirect.github.com/abatilo/actions-poetry/commit/a5643c67b5fcc9ac5eddb395c7f61b1b66d86034)) ### [`v2.3.0`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.3.0) [Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.2.0...v2.3.0) ##### Features - by default use the latest poetry version ([#62](https://redirect.github.com/abatilo/actions-poetry/issues/62)) ([192395c](https://redirect.github.com/abatilo/actions-poetry/commit/192395c0d10c082a7c62294ab5d9a9de40e48974)) ### [`v2.2.0`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.1.6...v2.2.0) ##### Features - update default Poetry version to 1.2.2 ([#57](https://redirect.github.com/abatilo/actions-poetry/issues/57)) ([f295866](https://redirect.github.com/abatilo/actions-poetry/commit/f295866fdd47fe14b18927b0908ac25ef3d5009a)) ### [`v2.1.6`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.1.6) [Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.1.5...v2.1.6) ##### Bug Fixes - Updating default poetry version to 1.15 ([#49](https://redirect.github.com/abatilo/actions-poetry/issues/49)) ([0816ab2](https://redirect.github.com/abatilo/actions-poetry/commit/0816ab2aa6474edc70c5f39eef65dea80c70d153)) ### [`v2.1.5`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.1.5) [Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.1.4...v2.1.5) ##### Bug Fixes - quote versions to fix parsing errors ([c1aba0c](https://redirect.github.com/abatilo/actions-poetry/commit/c1aba0c402ae0d96fbb6d94050592a56b202009f)) ### [`v2.1.4`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.1.4) [Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.1.3...v2.1.4) ##### Bug Fixes - **deps:** update default poetry version to 1.1.11 ([#45](https://redirect.github.com/abatilo/actions-poetry/issues/45)) ([7044c9c](https://redirect.github.com/abatilo/actions-poetry/commit/7044c9c69e0265717d52471f66033b8d0e2a69ff)) ### [`v2.1.3`](https://redirect.github.com/abatilo/actions-poetry/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/abatilo/actions-poetry/compare/v2.1.2...v2.1.3) ##### Bug Fixes - **deps:** update default poetry version to 1.1.8 ([#44](https://redirect.github.com/abatilo/actions-poetry/issues/44)) ([f982f32](https://redirect.github.com/abatilo/actions-poetry/commit/f982f3200f413c3a4d6b8f7219f74b772d77c14d))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.