From 63dcf09181e9fa5e6b3b25a6dc1da7558d484e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:01:05 +0000 Subject: [PATCH 1/3] chore(deps): bump actions/setup-python from 5 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8b60a7..0cc6e64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.12" @@ -247,7 +247,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.12" From 01ed82dd72401b84f787e7a51b94f29a5bcb8d37 Mon Sep 17 00:00:00 2001 From: Enrico Piovesan Date: Fri, 4 Sep 2026 22:22:06 -0600 Subject: [PATCH 2/3] chore: retrigger spec-alignment after PR body fix (empty commit) From 2a5ac62dcfa9e62d7c968dfb8fad28c21d4ead75 Mon Sep 17 00:00:00 2001 From: Enrico Piovesan Date: Fri, 4 Sep 2026 22:23:39 -0600 Subject: [PATCH 3/3] chore: retrigger spec-alignment after body fix (v2, empty commit)