Skip to content

Commit 84d5dd1

Browse files
authored
Merge branch 'main' into drop-py39-support
2 parents edc76b2 + d1c4492 commit 84d5dd1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/ci-minimal-dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 30
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Install uv and setup python
2222
uses: astral-sh/setup-uv@v7
2323
with:

.github/workflows/ci-parity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 30
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Install uv and setup python
2222
uses: astral-sh/setup-uv@v7
2323
with:

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
TORCH_URL: "https://download.pytorch.org/whl/cpu/torch_stable.html"
3131

3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
- name: Install uv and setup python
3535
uses: astral-sh/setup-uv@v7
3636
with:

.github/workflows/release-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 10
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.x"
2525
- name: Pull reusable 🤖 actions️
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
ref: main
2929
path: .cicd

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
#args: ["--write-changes"]
3131

3232
- repo: https://github.com/JoC0de/pre-commit-prettier
33-
rev: v3.6.2
33+
rev: v3.7.3
3434
hooks:
3535
- id: prettier
3636
files: \.(json|yml|yaml|toml)
@@ -45,7 +45,7 @@ repos:
4545
args: ["--in-place"]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.14.3
48+
rev: v0.14.7
4949
hooks:
5050
- id: ruff
5151
args: ["--fix"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ dev = [
166166
"fastmcp>=2.9.2 ; python_full_version >= '3.10'",
167167
"httpx>=0.27.0",
168168
"lightning>2.0.0",
169-
"mypy==1.18.2",
169+
"mypy==1.19.0",
170170
"numpy<3.0",
171171
"openai>=1.12.0",
172172
"pillow>=11.3.0",

0 commit comments

Comments
 (0)