From 2a7c431871951988c6fdd65c730a325f71684546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:16:59 +0000 Subject: [PATCH] build(deps): bump snok/install-poetry from 1.3.4 to 1.4.0 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.4 to 1.4.0. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.3.4...v1.4.0) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39d84b7..f8a4814 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.0 with: virtualenvs-in-project: true diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5939281..c2acddc 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -28,7 +28,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.0 with: virtualenvs-in-project: true