From 2306e574e8e98712ee0d29196d713d21bc254f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 07:06:00 +0000 Subject: [PATCH] :arrow_up: Bump snok/install-poetry from v1.1.1 to v1.1.2 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from v1.1.1 to v1.1.2. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.1.1...b67da837e42fb77252a06a3eb84cf0ccaad73aa9) Signed-off-by: dependabot[bot] --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 829ee4d..6fabdcd 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -13,7 +13,7 @@ jobs: with: python-version: 3.9 - name: Install and configure Poetry - uses: snok/install-poetry@v1.1.1 + uses: snok/install-poetry@v1.1.2 with: version: 1.1.4 virtualenvs-create: false