From 05f43df9a97f15078796e573f1a48deb9076724a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 08:03:03 +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 858db5903..2991b2cc5 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 6ed96a9ae..1a3f0b4c3 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