From 70e02a922609ed39d183018b0f403167ee707060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 19:06:33 +0000 Subject: [PATCH] chore(deps): bump abatilo/actions-poetry from 3 to 4 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3 to 4. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](https://github.com/abatilo/actions-poetry/compare/v3...v4) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/deps.yml | 2 +- .github/workflows/docs.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6437b3e..1359b7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }} restore-keys: | ${{ runner.os }}-poetry- - - uses: abatilo/actions-poetry@v3 + - uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.3 - name: Install deps with numpy @@ -76,7 +76,7 @@ jobs: key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }} restore-keys: | ${{ runner.os }}-poetry- - - uses: abatilo/actions-poetry@v3 + - uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.3 - name: Install deps @@ -103,7 +103,7 @@ jobs: key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }} restore-keys: | ${{ runner.os }}-poetry- - - uses: abatilo/actions-poetry@v3 + - uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.3 - name: Install deps @@ -130,7 +130,7 @@ jobs: key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }} restore-keys: | ${{ runner.os }}-poetry- - - uses: abatilo/actions-poetry@v3 + - uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.3 - name: Install deps @@ -157,7 +157,7 @@ jobs: key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }} restore-keys: | ${{ runner.os }}-poetry- - - uses: abatilo/actions-poetry@v3 + - uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.3 - name: Install deps @@ -192,7 +192,7 @@ jobs: key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}-numpy restore-keys: | ${{ runner.os }}-poetry- - - uses: abatilo/actions-poetry@v3 + - uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.3 - name: Install with extras diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index b2a79b5..b235be0 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -25,7 +25,7 @@ jobs: key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }} restore-keys: | ${{ runner.os }}-poetry- - - uses: abatilo/actions-poetry@v3 + - uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.3 - name: Update pre-commit hooks diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 524baab..9cf6cf6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.11' - - uses: abatilo/actions-poetry@v3 + - uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.3 - name: Install dependencies