From 85790af2236665768f2051d85fdbb9e13e508033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:56:45 +0000 Subject: [PATCH] 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.0 to 3.0.1 - [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/7b6d33e44b4f08d7021a1dee3c044e9c253d6439...e78f54a89cb052fff327414dd9ff010b5d2b4dbd) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/update_python_requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_python_requirements.yml b/.github/workflows/update_python_requirements.yml index 16507ef..b5e17d3 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@7b6d33e44b4f08d7021a1dee3c044e9c253d6439 # v3.0.0 + uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 with: poetry-version: '1.8.2'