From 9a7778b64dc0d121e591384828ee2030bedf7c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 00:30:08 +0000 Subject: [PATCH] build(deps): Bump abatilo/actions-poetry from 2.3.0 to 2.4.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.0 to 2.4.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/192395c0d10c082a7c62294ab5d9a9de40e48974...a5643c67b5fcc9ac5eddb395c7f61b1b66d86034) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-minor ... 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 643e95331..eb4a2deee 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@192395c0d10c082a7c62294ab5d9a9de40e48974 # v2.3.0 + uses: abatilo/actions-poetry@a5643c67b5fcc9ac5eddb395c7f61b1b66d86034 # v2.4.0 with: poetry-version: '1.7.1'