From fd979d8f51f32e54cac2fdbb48292c2e4c5ae345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 20:16:55 +0000 Subject: [PATCH 1/2] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.3...v7.0.0) Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0) Bump setuptools in /pth-tester in the dependencies group Bumps the dependencies group in /pth-tester with 1 update: [setuptools](https://github.com/pypa/setuptools). Updates `setuptools` from 82.0.1 to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.1...v83.0.0) Bump https://github.com/astral-sh/ruff-pre-commit Bumps the dependencies group with 1 update: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.16 to 0.15.20 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.16...v0.15.20) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.20 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .pre-commit-config.yaml | 2 +- pth-tester/pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6c0673..65ca1e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,12 +109,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 if: matrix.python-version != 'system' with: python-version: ${{ matrix.python-version }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c15624..5d6a4c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: docformatter args: [--in-place, --black] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.16 + rev: v0.15.20 hooks: - id: ruff-format - id: ruff-check diff --git a/pth-tester/pyproject.toml b/pth-tester/pyproject.toml index 1826b0b..b73d9fe 100644 --- a/pth-tester/pyproject.toml +++ b/pth-tester/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==82.0.1", "wheel"] +requires = ["setuptools==83.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] From 790b7764063e4a12b3de6d336d3375cf22e30a05 Mon Sep 17 00:00:00 2001 From: Kattni Date: Sun, 5 Jul 2026 19:09:49 -0400 Subject: [PATCH 2/2] Revert to macOS-15 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65ca1e4..c752dce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,11 +54,11 @@ jobs: - briefcase-run-args: - backend: macOS-Xcode - runs-on: macos-latest + runs-on: macos-15 briefcase-target: "macOS Xcode" - backend: macOS-app - runs-on: macos-latest + runs-on: macos-15 briefcase-target: "macOS app" - backend: linux-system @@ -86,7 +86,7 @@ jobs: briefcase-target: "windows app" - backend: iOS - runs-on: macos-latest + runs-on: macos-15 briefcase-target: "iOS" briefcase-run-args: ' -d "iPhone 16e::iOS 18.5"' @@ -126,7 +126,7 @@ jobs: # This became a necessity as a result of # https://github.com/actions/runner-images/issues/12541 and # https://github.com/actions/runner-images/issues/12751. - if: matrix.runs-on == 'macos-latest' + if: matrix.runs-on == 'macos-15' run: | sudo xcode-select --switch /Applications/Xcode_16.4.app