From 2049c71837d87159e258a43f8ac33d27b05a44a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:19:16 +0000 Subject: [PATCH] chore(deps): bump abatilo/actions-poetry from 2.2.0 to 2.4.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.2.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/f295866fdd47fe14b18927b0908ac25ef3d5009a...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/python.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 41d746d..8cd6bf8 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -26,7 +26,7 @@ jobs: with: python-version: "3.10" - name: Install poetry - uses: abatilo/actions-poetry@f295866fdd47fe14b18927b0908ac25ef3d5009a + uses: abatilo/actions-poetry@a5643c67b5fcc9ac5eddb395c7f61b1b66d86034 with: poetry-version: "1.3.2" - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab65657..04c1658 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: with: python-version: "3.10" - name: Install poetry - uses: abatilo/actions-poetry@f295866fdd47fe14b18927b0908ac25ef3d5009a + uses: abatilo/actions-poetry@a5643c67b5fcc9ac5eddb395c7f61b1b66d86034 with: poetry-version: "1.3.2" - name: Install dependencies