From 680de8681701716f0efc64246c2efcbc2d9fb3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:29:58 +0000 Subject: [PATCH] Bump snok/install-poetry from 1.3.4 to 1.4.1 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.4 to 1.4.1. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.3.4...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/publish.yaml | 6 +++--- .github/workflows/test.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a44e4f9..1a2dfe9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -33,7 +33,7 @@ jobs: # Configure poetry #---------------------------------------------- - name: Install Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.1 with: version: 1.1.14 virtualenvs-create: true @@ -89,7 +89,7 @@ jobs: # Install poetry #---------------------------------------------- - name: Install Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.1 with: version: 1.1.14 virtualenvs-create: true @@ -141,7 +141,7 @@ jobs: # Install poetry #---------------------------------------------- - name: Install Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.1 with: virtualenvs-create: true virtualenvs-in-project: true diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9745c9e..92726ab 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: # Configure poetry #---------------------------------------------- - name: Install Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.1 with: version: 1.1.13 virtualenvs-create: true @@ -85,7 +85,7 @@ jobs: # Configure poetry #---------------------------------------------- - name: Install Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.1 with: version: 1.1.14 virtualenvs-create: true