From e7a3f123f571e72dbc2edcc46c17044db9369fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 11:31:19 +0000 Subject: [PATCH] build(deps): bump snok/install-poetry from 1.3.0 to 1.3.1 Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-patch ... 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 3edba5a28..908668533 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: snok/install-poetry@v1.3.0 + uses: snok/install-poetry@v1.3.1 with: virtualenvs-in-project: true diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3079380ea..5356eb0b0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -79,7 +79,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: snok/install-poetry@v1.3.0 + uses: snok/install-poetry@v1.3.1 with: virtualenvs-in-project: true