From 7526fe1df2d1f7ac3a5de69817c2d9a8d32a1dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:01:19 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.1.4 to 2.3.0 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] --- .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 cfbcc38..7d5e910 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 183b7bb..81e8c30 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 a1f665d..d5ad938 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 65bb96b..94b8861 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