From ba99777e7ac7833db94346c15756499a1bc4e536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 00:27:24 +0000 Subject: [PATCH] fix(deps): bump snok/install-poetry from 1.1.6 to 1.3.1 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.1.6 to 1.3.1. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.1.6...v1.3.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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d96d551..5e8dfbe 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.1 with: virtualenvs-create: true virtualenvs-in-project: true