From c77724531ed7b0fafd54fe6ad13805c8c01f439b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 00:30:35 +0000 Subject: [PATCH] fix(deps): bump snok/install-poetry from 1.1.6 to 1.3.2 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.1.6 to 1.3.2. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.1.6...v1.3.2) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a150a51..f055643 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: with: python-version: ${{ matrix.python }} - - uses: snok/install-poetry@v1.1.6 + - uses: snok/install-poetry@v1.3.2 with: virtualenvs-create: true virtualenvs-in-project: true