From d3331766622ffb6d80378b50d2936c91d5532692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:07:09 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.3.0 to 3.0.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.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.3.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] --- .github/workflows/build-and-publish.yml | 4 ++-- .github/workflows/maintenance-update.yml | 4 ++-- .github/workflows/quality-checks.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index afbb3d5..52d18cd 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.11" - - uses: abatilo/actions-poetry@v2.3.0 + - uses: abatilo/actions-poetry@v3.0.0 - id: echo-version run: echo "version=$(poetry version --short)" >> $GITHUB_OUTPUT @@ -48,7 +48,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.11" - - uses: abatilo/actions-poetry@v2.3.0 + - uses: abatilo/actions-poetry@v3.0.0 - run: poetry build - run: poetry publish --username __token__ --password ${{ secrets.PYPI_AUTH_TOKEN }} diff --git a/.github/workflows/maintenance-update.yml b/.github/workflows/maintenance-update.yml index 5ed6ac5..b908a53 100644 --- a/.github/workflows/maintenance-update.yml +++ b/.github/workflows/maintenance-update.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.11" - - uses: abatilo/actions-poetry@v2.3.0 + - uses: abatilo/actions-poetry@v3.0.0 - run: poetry update --lock @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.11" - - uses: abatilo/actions-poetry@v2.3.0 + - uses: abatilo/actions-poetry@v3.0.0 - id: bump run: | diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index b7ce5c0..9969829 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -41,7 +41,7 @@ jobs: restore-keys: | ${{ runner.os }}-pip- - run: python -m pip install --upgrade pip setuptools wheel - - uses: abatilo/actions-poetry@v2.3.0 + - uses: abatilo/actions-poetry@v3.0.0 - run: poetry install -v - run: poetry run make ${{ matrix.target }}