From f370a5c4522b058d3a7cf71fb7571b5685344c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 18:19:44 +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/testing_and_coverage_upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing_and_coverage_upload.yml b/.github/workflows/testing_and_coverage_upload.yml index 091e97e..8257716 100644 --- a/.github/workflows/testing_and_coverage_upload.yml +++ b/.github/workflows/testing_and_coverage_upload.yml @@ -20,7 +20,7 @@ jobs: with: python-version: 3.8 - name: Install Poetry Action - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.1 #---------------------------------------------- # load cached venv if cache exists #----------------------------------------------