From bc9ef417616bf3ae90146238b9a7df8440be14fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:42:09 -0800 Subject: [PATCH] chore: bump abatilo/actions-poetry from 2.4.0 to 3.0.0 (#141) Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](https://github.com/abatilo/actions-poetry/compare/v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pypi-release-test.yaml | 2 +- .github/workflows/pypi-release.yaml | 2 +- .github/workflows/test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-release-test.yaml b/.github/workflows/pypi-release-test.yaml index d22c7d3..f329c88 100644 --- a/.github/workflows/pypi-release-test.yaml +++ b/.github/workflows/pypi-release-test.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.8 - - uses: abatilo/actions-poetry@v2.4.0 + - uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.2.0 - run: poetry self add "poetry-dynamic-versioning[plugin]" diff --git a/.github/workflows/pypi-release.yaml b/.github/workflows/pypi-release.yaml index a672f85..7589447 100644 --- a/.github/workflows/pypi-release.yaml +++ b/.github/workflows/pypi-release.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.8 - - uses: abatilo/actions-poetry@v2.4.0 + - uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.2.0 - run: poetry self add "poetry-dynamic-versioning[plugin]" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7fb406c..109c0c4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,6 +21,6 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - uses: abatilo/actions-poetry@v2.4.0 + - uses: abatilo/actions-poetry@v3.0.0 - run: poetry install - run: poetry run pytest