From a7be7e9d6f78be943f42354481276618adf9c216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 02:44:15 +0000 Subject: [PATCH 1/2] build(deps): Bump abatilo/actions-poetry in the github-actions group Bumps the github-actions group with 1 update: [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry). Updates `abatilo/actions-poetry` from 3.0.1 to 4.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/e78f54a89cb052fff327414dd9ff010b5d2b4dbd...3765cf608f2d4a72178a9fc5b918668e542b89b1) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-publish.yml | 2 +- .github/workflows/update_python_requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 7916836..2996037 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -23,7 +23,7 @@ jobs: with: python-version: '3.11' - name: Install Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 with: poetry-version: '1.8.2' # The dark mode and light mode Atsign logos in the GitHub README don't diff --git a/.github/workflows/update_python_requirements.yml b/.github/workflows/update_python_requirements.yml index 8d133fa..a5fea29 100644 --- a/.github/workflows/update_python_requirements.yml +++ b/.github/workflows/update_python_requirements.yml @@ -29,7 +29,7 @@ jobs: - name: Install Poetry if: ${{ github.actor == 'dependabot[bot]' }} - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 with: poetry-version: '1.8.2' From f65c95e13de86c27a6ee0315b46509e9d6c8b4ce Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:56:07 +0000 Subject: [PATCH 2/2] build(deps): Bump poetry-version --- .github/workflows/build-publish.yml | 2 +- .github/workflows/update_python_requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 2996037..02b10ec 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -25,7 +25,7 @@ jobs: - name: Install Poetry uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 with: - poetry-version: '1.8.2' + poetry-version: '1.8.5' # The dark mode and light mode Atsign logos in the GitHub README don't # show properly on PyPI so we have a copy of the README.md in # README.PyPI.md with just the light mode logo. diff --git a/.github/workflows/update_python_requirements.yml b/.github/workflows/update_python_requirements.yml index a5fea29..4f389cf 100644 --- a/.github/workflows/update_python_requirements.yml +++ b/.github/workflows/update_python_requirements.yml @@ -31,7 +31,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 with: - poetry-version: '1.8.2' + poetry-version: '1.8.5' - name: Bump Python dependencies if: ${{ github.actor == 'dependabot[bot]' }}