From b93ee59d6303d2b40d67461f2a66537c68faa34e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:51:43 -0600 Subject: [PATCH] Bump abatilo/actions-poetry from 2.1.4 to 2.3.0 (#52) Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.4 to 2.3.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.1.4...v2.3.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/codecov.yml | 2 +- .github/workflows/docs.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2a5530a..b927a7c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,7 +25,7 @@ jobs: with: python-version: "3.10" architecture: x64 - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: "1.1.13" - run: poetry build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3affa02..0873c54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: python-version: "${{ matrix.python-version }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: "1.1.13" - run: poetry install --extras ${{ matrix.extras }} @@ -40,7 +40,7 @@ jobs: with: python-version: "${{ matrix.python-version }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: "1.1.13" - run: poetry install --extras ${{ matrix.extras }} diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 513a50f..7eb218f 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -14,7 +14,7 @@ jobs: with: python-version: "3.10" architecture: x64 - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: "1.1.13" - run: poetry install --extras all diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3a8c0ea..6d34a9b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: with: python-version: "3.9" architecture: x64 - - uses: abatilo/actions-poetry@v2.1.4 + - uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: "1.1.13" - run: poetry install --extras all