From 3eb3e4260e54594ea7d92bf9e21d883ebf17bd55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:59:03 +0000 Subject: [PATCH] Build(deps): Bump the compatible group with 2 updates Bumps the compatible group with 2 updates: [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps) and [frequenz-floss/gh-action-dependabot-migrate](https://github.com/frequenz-floss/gh-action-dependabot-migrate). Updates `frequenz-floss/gh-action-setup-python-with-deps` from 1.0.3 to 1.0.4 - [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.3...v1.0.4) Updates `frequenz-floss/gh-action-dependabot-migrate` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/frequenz-floss/gh-action-dependabot-migrate/releases) - [Commits](https://github.com/frequenz-floss/gh-action-dependabot-migrate/compare/07dc7e74726498c50726a80cc2167a04d896508f...b389f72f9282346920150a67495efbae450ac07b) --- updated-dependencies: - dependency-name: frequenz-floss/gh-action-setup-python-with-deps dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible - dependency-name: frequenz-floss/gh-action-dependabot-migrate dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pr.yaml | 2 +- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/repo-config-migration.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index 80824de..d3c15cb 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -42,7 +42,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: .[dev-mkdocs] diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bef0452..25d3322 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -89,7 +89,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: build @@ -150,7 +150,7 @@ jobs: > pyproject.toml - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4 with: python-version: ${{ matrix.python }} dependencies: dist/*.whl @@ -193,7 +193,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: .[dev-mkdocs] @@ -233,7 +233,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: .[dev-mkdocs] diff --git a/.github/workflows/repo-config-migration.yaml b/.github/workflows/repo-config-migration.yaml index d214ed2..09602d4 100644 --- a/.github/workflows/repo-config-migration.yaml +++ b/.github/workflows/repo-config-migration.yaml @@ -47,7 +47,7 @@ jobs: app-id: ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_ID }} private-key: ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_PRIVATE_KEY }} - name: Migrate - uses: frequenz-floss/gh-action-dependabot-migrate@07dc7e74726498c50726a80cc2167a04d896508f # v1.0.0 + uses: frequenz-floss/gh-action-dependabot-migrate@b389f72f9282346920150a67495efbae450ac07b # v1.1.0 with: script-url-template: >- https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/{version}/cookiecutter/migrate.py