From bad696e46e1129f352aa8f676d054fb8de96b45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:31:19 +0000 Subject: [PATCH] Bump snok/install-poetry from 1.3.3 to 1.4.1 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.3 to 1.4.1. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.3.3...v1.4.1) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 49b17f1a..ea068ce2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: snok/install-poetry@v1.3.3 + - uses: snok/install-poetry@v1.4.1 - name: Install all extra features of poetry run: poetry install --extras "dev"