From e37faba5b419fb4c7fb3200a1996d2f69b520c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:53:40 +0000 Subject: [PATCH 1/2] Bump actions/setup-python from 6 to 6.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/black.yaml | 2 +- .github/workflows/check-development-dependencies.yaml | 2 +- .github/workflows/dependency-scan.yaml | 2 +- .github/workflows/flake8.yaml | 2 +- .github/workflows/isort.yaml | 2 +- .github/workflows/mypy.yaml | 2 +- .github/workflows/pylint.yaml | 2 +- .github/workflows/pytest-darwin.yaml | 2 +- .github/workflows/pytest-linux.yaml | 2 +- .github/workflows/pytest-windows.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index 6e58a6c..b345a8d 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/check-development-dependencies.yaml b/.github/workflows/check-development-dependencies.yaml index f1592f5..07a8b8c 100644 --- a/.github/workflows/check-development-dependencies.yaml +++ b/.github/workflows/check-development-dependencies.yaml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/dependency-scan.yaml b/.github/workflows/dependency-scan.yaml index fb6ef84..6efe75c 100644 --- a/.github/workflows/dependency-scan.yaml +++ b/.github/workflows/dependency-scan.yaml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/flake8.yaml b/.github/workflows/flake8.yaml index 122315e..65f9444 100644 --- a/.github/workflows/flake8.yaml +++ b/.github/workflows/flake8.yaml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/isort.yaml b/.github/workflows/isort.yaml index 2b82ece..2ccab93 100644 --- a/.github/workflows/isort.yaml +++ b/.github/workflows/isort.yaml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml index 28013b5..e6d9c07 100644 --- a/.github/workflows/mypy.yaml +++ b/.github/workflows/mypy.yaml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index ccf0a66..d7a8d5e 100644 --- a/.github/workflows/pylint.yaml +++ b/.github/workflows/pylint.yaml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pytest-darwin.yaml b/.github/workflows/pytest-darwin.yaml index 79addf5..f20a548 100644 --- a/.github/workflows/pytest-darwin.yaml +++ b/.github/workflows/pytest-darwin.yaml @@ -47,7 +47,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pytest-linux.yaml b/.github/workflows/pytest-linux.yaml index c2dbd34..c175445 100644 --- a/.github/workflows/pytest-linux.yaml +++ b/.github/workflows/pytest-linux.yaml @@ -49,7 +49,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/pytest-windows.yaml b/.github/workflows/pytest-windows.yaml index a2ce339..4471a42 100644 --- a/.github/workflows/pytest-windows.yaml +++ b/.github/workflows/pytest-windows.yaml @@ -46,7 +46,7 @@ jobs: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} From c09e6f5ef84b269eef730b1c2a010df08d954283 Mon Sep 17 00:00:00 2001 From: docktermj Date: Thu, 25 Jun 2026 16:29:00 -0400 Subject: [PATCH 2/2] Force re-test