From 6484ec5526bf397894b4aedaa3d11d92ad9cf0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 13:48:40 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.1.3 to 2.3.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.3 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.3...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/license-checker.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/pytest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/license-checker.yaml b/.github/workflows/license-checker.yaml index 645eb9f..a79f092 100644 --- a/.github/workflows/license-checker.yaml +++ b/.github/workflows/license-checker.yaml @@ -32,7 +32,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install Poetry - uses: abatilo/actions-poetry@v2.1.3 + uses: abatilo/actions-poetry@v2.3.0 - name: Install dependencies diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d40b428..11b0a1e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -34,7 +34,7 @@ jobs: pip install wheel pre-commit - name: Install poetry - uses: abatilo/actions-poetry@v2.1.3 + uses: abatilo/actions-poetry@v2.3.0 - name: Install poetry dependencies run: | diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index cb18c52..a88f33b 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -34,7 +34,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install Poetry - uses: abatilo/actions-poetry@v2.1.3 + uses: abatilo/actions-poetry@v2.3.0 - name: Install dependencies run: |