Skip to content

Commit e4daffe

Browse files
Bump the "dependencies" group with 3 updates across multiple ecosystems (#188)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kattni <kattni@kattni.com>
1 parent b3a80d6 commit e4daffe

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- briefcase-run-args:
5555

5656
- backend: macOS-Xcode
57-
runs-on: macos-latest
57+
runs-on: macos-15
5858
briefcase-target: "macOS Xcode"
5959

6060
- backend: macOS-app
61-
runs-on: macos-latest
61+
runs-on: macos-15
6262
briefcase-target: "macOS app"
6363

6464
- backend: linux-system
@@ -86,7 +86,7 @@ jobs:
8686
briefcase-target: "windows app"
8787

8888
- backend: iOS
89-
runs-on: macos-latest
89+
runs-on: macos-15
9090
briefcase-target: "iOS"
9191
briefcase-run-args: ' -d "iPhone 16e::iOS 18.5"'
9292

@@ -109,12 +109,12 @@ jobs:
109109
110110
steps:
111111
- name: Checkout
112-
uses: actions/checkout@v6.0.3
112+
uses: actions/checkout@v7.0.0
113113
with:
114114
fetch-depth: 0
115115

116116
- name: Set up Python
117-
uses: actions/setup-python@v6.2.0
117+
uses: actions/setup-python@v6.3.0
118118
if: matrix.python-version != 'system'
119119
with:
120120
python-version: ${{ matrix.python-version }}
@@ -126,7 +126,7 @@ jobs:
126126
# This became a necessity as a result of
127127
# https://github.com/actions/runner-images/issues/12541 and
128128
# https://github.com/actions/runner-images/issues/12751.
129-
if: matrix.runs-on == 'macos-latest'
129+
if: matrix.runs-on == 'macos-15'
130130
run: |
131131
sudo xcode-select --switch /Applications/Xcode_16.4.app
132132

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: docformatter
1616
args: [--in-place, --black]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.15.16
18+
rev: v0.15.20
1919
hooks:
2020
- id: ruff-format
2121
- id: ruff-check

pth-tester/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools==82.0.1", "wheel"]
2+
requires = ["setuptools==83.0.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)