From 46d46bae1a41eac684cc42d613da5d5243f395ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:48:45 +0000 Subject: [PATCH] chore(deps): 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/check-pip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-pip.yml b/.github/workflows/check-pip.yml index a724816..f7e14c6 100644 --- a/.github/workflows/check-pip.yml +++ b/.github/workflows/check-pip.yml @@ -27,7 +27,7 @@ jobs: python-version: '3.9' - name: Install poetry - uses: snok/install-poetry@v1.3.3 + uses: snok/install-poetry@v1.4.1 - name: Cache venv id: pip-packages-cache