From afd45f5f7d3e769c34a5dbd42e64dc1d7e5d86fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:33:18 +0000 Subject: [PATCH] Build(deps): Bump the compatible group across 1 directory with 3 updates Bumps the compatible group with 3 updates in the / directory: [frequenz-floss/dependabot-auto-approve](https://github.com/frequenz-floss/dependabot-auto-approve), [frequenz-floss/gh-action-nox](https://github.com/frequenz-floss/gh-action-nox) and [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps). Updates `frequenz-floss/dependabot-auto-approve` from 1.3.2 to 1.5.0 - [Release notes](https://github.com/frequenz-floss/dependabot-auto-approve/releases) - [Commits](https://github.com/frequenz-floss/dependabot-auto-approve/compare/3cad5f42e79296505473325ac6636be897c8b8a1...e943399cc9d76fbb6d7faae446cd57301d110165) Updates `frequenz-floss/gh-action-nox` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/frequenz-floss/gh-action-nox/releases) - [Commits](https://github.com/frequenz-floss/gh-action-nox/compare/v1.0.1...v1.1.0) Updates `frequenz-floss/gh-action-setup-python-with-deps` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/frequenz-floss/gh-action-setup-python-with-deps/releases) - [Commits](https://github.com/frequenz-floss/gh-action-setup-python-with-deps/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: frequenz-floss/dependabot-auto-approve dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible - dependency-name: frequenz-floss/gh-action-nox dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible - dependency-name: frequenz-floss/gh-action-setup-python-with-deps dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-dependabot.yaml | 2 +- .github/workflows/ci-pr.yaml | 4 ++-- .github/workflows/ci.yaml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto-dependabot.yaml b/.github/workflows/auto-dependabot.yaml index 15ec7e4..abea5c8 100644 --- a/.github/workflows/auto-dependabot.yaml +++ b/.github/workflows/auto-dependabot.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Auto-merge Dependabot PR - uses: frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2 + uses: frequenz-floss/dependabot-auto-approve@e943399cc9d76fbb6d7faae446cd57301d110165 # v1.5.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} dependency-type: 'all' diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index 0acb19d..6e58c0b 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Run nox - uses: frequenz-floss/gh-action-nox@v1.0.1 + uses: frequenz-floss/gh-action-nox@v1.1.0 with: python-version: "3.11" nox-session: ci_checks_max @@ -35,7 +35,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: .[dev-mkdocs] diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d542d42..4a1b47f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: steps: - name: Run nox - uses: frequenz-floss/gh-action-nox@v1.0.1 + uses: frequenz-floss/gh-action-nox@v1.1.0 with: python-version: ${{ matrix.python }} nox-session: ${{ matrix.nox-session }} @@ -84,7 +84,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: build @@ -143,7 +143,7 @@ jobs: > pyproject.toml - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2 with: python-version: ${{ matrix.python }} dependencies: dist/*.whl @@ -182,7 +182,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: .[dev-mkdocs] @@ -218,7 +218,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: .[dev-mkdocs]