From b23d1e73502de5df99dbeaf6bf4cb5b640c5e7c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:09:31 +0000 Subject: [PATCH] Bump snok/install-poetry from 1.3.4 to 1.4.0 in the dependencies group Bumps the dependencies group with 1 update: [snok/install-poetry](https://github.com/snok/install-poetry). Updates `snok/install-poetry` from 1.3.4 to 1.4.0 - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.3.4...v1.4.0) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/dev.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 631596d..9d75d78 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -23,7 +23,7 @@ jobs: with: python-version: "3.12" - name: Install Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.0 with: virtualenvs-in-project: true - name: Load cached venv diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63521dc..e81f145 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: python-version: "3.12" - name: Install Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.0 with: virtualenvs-in-project: true - name: Mint token diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c75ed00..4918259 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install Poetry - uses: snok/install-poetry@v1.3.4 + uses: snok/install-poetry@v1.4.0 with: virtualenvs-in-project: true - name: Load cached venv