File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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)
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"]
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments