From 3c7559e4d0d0773edcd19ad9d642062bc468f645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:49:00 +0000 Subject: [PATCH] build(deps): bump abatilo/actions-poetry from 2.3.0 to 2.4.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.0 to 2.4.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.3.0...v2.4.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 6eced09..feeedbe 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -28,7 +28,7 @@ jobs: with: python-version: "${{ steps.versions.outputs.python }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.3.0 + - uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: "${{ steps.versions.outputs.poetry }}" - run: poetry build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3f5301..a27ef00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: python-version: "${{ matrix.python-version }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.3.0 + - uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: "${{ steps.versions.outputs.poetry }}" - run: poetry install --extras ${{ matrix.extras }} @@ -42,7 +42,7 @@ jobs: with: python-version: "${{ steps.versions.outputs.python }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.3.0 + - uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: "${{ steps.versions.outputs.poetry }}" - run: poetry install --extras all diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c9585f0..b995b71 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -17,7 +17,7 @@ jobs: with: python-version: "${{ steps.versions.outputs.python }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.3.0 + - uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: "${{ steps.versions.outputs.poetry }}" - run: poetry install --extras all diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d4569e5..c0d5c4b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,7 +15,7 @@ jobs: with: python-version: "${{ steps.versions.outputs.python }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.3.0 + - uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: "${{ steps.versions.outputs.poetry }}" - run: poetry install --extras all