Skip to content

Commit e40395f

Browse files
committed
Update all dependencies
1 parent 3238c53 commit e40395f

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.12"
19+
python-version: "3.13"
2020
- name: Install tools
2121
shell: bash
2222
run: |

mise/config.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
[tools]
2-
go = "1.22.0"
2+
go = "1.24.4"
33
groovy = "2.4.12"
4-
java = "temurin-21.0.6+7.0.LTS"
5-
kotlin = "1.9.22"
6-
lua = "5.4.6"
4+
java = "temurin-21.0.7+6.0.LTS"
5+
kotlin = "2.2.0"
6+
lua = "5.4.8"
77
maven = "3.6.3"
8-
node = "22.16.0"
8+
node = "22.17.0"
99
opam = "2.1.2"
10-
python = "3.13.0"
11-
ruby = "3.3.6"
12-
rust = "1.76.0"
10+
python = "3.13.5"
11+
ruby = "3.4.4"
12+
rust = "1.88.0"
1313
gradle = "6.8.1"
14-
terraform = "1.3.9"
15-
pulumi = "3.80.0"
16-
kubectl = "1.33.0"
14+
terraform = "1.12.2"
15+
pulumi = "3.181.0"
16+
kubectl = "1.33.2"
1717
kompose = "1.22.0"
18-
helm = "3.17.2"
19-
kustomize = "5.0.3"
20-
helm-docs = "1.10.0"
18+
helm = "3.18.3"
19+
kustomize = "5.6.0"
20+
helm-docs = "1.14.2"
2121
helm-ct = "3.12.0"
2222
1password-cli = "2.24.0"
2323
rclone = "1.69.1"
24-
tflint = "0.45.0"
25-
sbt = "1.3.6"
26-
dotnet-core = "8.0.100"
27-
uv = "0.7.9"
24+
tflint = "0.58.0"
25+
sbt = "1.11.2"
26+
dotnet-core = "9.0.301"
27+
uv = "0.7.16"
2828
krew = "0.4.5"
2929

3030
[settings]

0 commit comments

Comments
 (0)