Skip to content

Commit 29bf123

Browse files
fix(deps): update all major dependencies
1 parent df07225 commit 29bf123

10 files changed

Lines changed: 81 additions & 65 deletions

.github/workflows/check-attribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
check-bot-coauthors:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
26+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/check-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout the trusted workflow revision
24-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
24+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2525
with:
2626
ref: ${{ github.workflow_sha }}
2727
persist-credentials: false

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
17+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1818

1919
- name: Set up uv
20-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
20+
uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
2121
with:
2222
enable-cache: true
2323

@@ -84,9 +84,9 @@ jobs:
8484
# daemon path reaching for something added after it.
8585
python-version: ["3.12.4", "3.12", "3.13", "3.14"]
8686
steps:
87-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
87+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
8888

89-
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
89+
- uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
9090
with:
9191
enable-cache: true
9292
python-version: ${{ matrix.python-version }}
@@ -144,9 +144,9 @@ jobs:
144144
- name: Require the platform behaviour tests
145145
run: test '${{ needs.platform-behaviour.result }}' = success
146146

147-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
147+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
148148

149-
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
149+
- uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
150150
with:
151151
enable-cache: true
152152

@@ -235,9 +235,9 @@ jobs:
235235
- os: ubuntu-24.04-arm
236236
browsers: ~/.cache/ms-playwright
237237
steps:
238-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
238+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
239239

240-
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
240+
- uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
241241
with:
242242
enable-cache: true
243243

.github/workflows/dependency-audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
scope: [runtime, full]
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
21+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2222

2323
# The OSV advisory result is the enforced scanner contract. uv also emits
2424
# best-effort PEP 792 project statuses, whose completeness it cannot prove.
2525
# Keep the experimental JSON and exit-code contract fixed until a
2626
# deliberate uv upgrade updates the workflow and its tests.
2727
- name: Set up uv
28-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
28+
uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
2929
with:
3030
version: "0.12.13"
3131
enable-cache: false

.github/workflows/label-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pull-requests: write
2626
steps:
2727
- name: Checkout the trusted workflow revision
28-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
28+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2929
with:
3030
ref: ${{ github.workflow_sha }}
3131
persist-credentials: false

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
should-release: ${{ steps.check.outputs.should-release }}
2323
new-version: ${{ steps.check.outputs.new-version }}
2424
steps:
25-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
25+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2626
with:
2727
fetch-depth: 2 # Need to compare with previous commit
2828
persist-credentials: false
2929

3030
- name: Set up uv
31-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
31+
uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
3232
with:
3333
enable-cache: true
3434

@@ -66,12 +66,12 @@ jobs:
6666
permissions:
6767
contents: read
6868
steps:
69-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
69+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7070
with:
7171
persist-credentials: false
7272

7373
- name: Set up uv
74-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
74+
uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
7575
with:
7676
enable-cache: true
7777

@@ -145,7 +145,7 @@ jobs:
145145
# version commit and the tag. fetch-depth: 0 brings the existing tags in
146146
# for the duplicate check below.
147147
- name: Checkout code
148-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 # zizmor: ignore[artipacked]
148+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 # zizmor: ignore[artipacked]
149149
with:
150150
fetch-depth: 0
151151

@@ -410,7 +410,7 @@ jobs:
410410
contents: read
411411
steps:
412412
- name: Checkout released commit
413-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
413+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
414414
with:
415415
ref: ${{ needs.prepare-release.outputs.release-sha }}
416416
persist-credentials: false
@@ -454,7 +454,7 @@ jobs:
454454
contents: read
455455
steps:
456456
- name: Checkout released commit
457-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
457+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
458458
with:
459459
ref: ${{ needs.prepare-release.outputs.release-sha }}
460460
persist-credentials: false

build-constraints.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
setuptools==83.0.0
1+
setuptools==84.0.0

build-constraints.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --generate-hashes --output-file=build-constraints.txt build-constraints.in
3-
setuptools==83.0.0 \
4-
--hash=sha256:025bccbbf0fa05b6192bc64ae1e7b16e001fd6d6d4d5de03c97b1c1ade523bef \
5-
--hash=sha256:29b23c360f22f414dc7336bb39178cc7bcbf6021ed2733cde173f09dba19abb3
3+
setuptools==84.0.0 \
4+
--hash=sha256:51a52592b3b99e102b609654876bd65f19f999935166d1352678931132b0c670 \
5+
--hash=sha256:f4695c21257f0d9b537ec2692c941d02ee143b7cc1276941349a546573b2ef73
66
# via -r build-constraints.in

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classifiers = [
4242
dependencies = [
4343
"anyio>=4.13.0",
4444
"cryptography>=50.0.1",
45-
"fastmcp>=3.4.7,<4",
45+
"fastmcp>=4.0.3,<5",
4646
"inquirer>=3.4.0",
4747
"mcp>=1.28.1",
4848
"packaging>=26.2",

0 commit comments

Comments
 (0)