From bd4f479d3557e3ea6a019e6a25b470c7120ad875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:20:03 -0400 Subject: [PATCH] chore(deps): bump abatilo/actions-poetry from 2.4.0 to 3.0.0 (#545) * chore(deps): bump abatilo/actions-poetry from 2.4.0 to 3.0.0 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] * update poetry --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Moritz --- .github/workflows/test.yml | 4 ++-- .github/workflows/ui.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5653e53..037f111 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,9 +27,9 @@ jobs: python-version: ${{ matrix.python }} - name: Setup poetry - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: - poetry-version: 1.3.2 + poetry-version: 1.8.3 - name: Configure poetry run: poetry config virtualenvs.in-project true diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 8737d8a..e28cc7d 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -30,9 +30,9 @@ jobs: python-version: ${{ matrix.python }} - name: Setup poetry - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: - poetry-version: 1.3.2 + poetry-version: 1.8.3 - name: Configure poetry run: poetry config virtualenvs.create false