From 2bd2efb5cbe450c536316ef38e429f3cacc17cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:54:05 +0000 Subject: [PATCH] chore(deps): 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/pypi-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 91a23cb..2ea20e0 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -16,7 +16,7 @@ jobs: with: python-version: "3.x" - name: Install Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.1 with: virtualenvs-create: false - name: Update version (kept at 0.0.0) in pyproject.toml and build