Skip to content

File tree

4 files changed

+318
-198
lines changed

4 files changed

+318
-198
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ repos:
1616
exclude: '^\.yarn/releases/yarn.*js'
1717
args: ["--fix=lf"]
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.14.0
19+
rev: v0.14.13
2020
hooks:
2121
# Run the python linter.
2222
- id: ruff-check
2323
args: [ --fix ]
2424
# Run the python formatter.
2525
- id: ruff-format
2626
- repo: https://github.com/streetsidesoftware/cspell-cli
27-
rev: v9.2.0
27+
rev: v9.4.0
2828
hooks:
2929
- id: cspell # Spell check changed files

docs/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ dynamic = ["version"]
1616

1717
[dependency-groups]
1818
dev = [
19-
"maturin==1.10.1",
20-
"mypy==1.18.2",
19+
"maturin==1.11.5",
20+
"mypy==1.19.1",
2121
"patchelf==0.17.2.2 ; sys_platform == 'linux'",
22-
"ruff==0.14.4",
22+
"ruff==0.14.13",
2323
]
2424
docs = [
25-
"markdown-gfm-admonition==0.1.1",
25+
"markdown-gfm-admonition==0.3.0",
2626
"mkdocs==1.6.1",
27-
"mkdocs-gen-files==0.5.0",
27+
"mkdocs-gen-files==0.6.0",
2828
"mkdocs-include-markdown-plugin==7.2.0",
29-
"mkdocs-material==9.7.0",
29+
"mkdocs-material==9.7.1",
3030
"pyyaml==6.0.3",
3131
]
3232

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ manifest-path = "bindings/python/Cargo.toml"
5353

5454
[dependency-groups]
5555
dev = [
56-
"maturin==1.10.1",
57-
"mypy==1.18.2",
56+
"maturin==1.11.5",
57+
"mypy==1.19.1",
5858
"patchelf==0.17.2.2 ; sys_platform == 'linux'",
59-
"pre-commit>=4.2.0",
60-
"ruff==0.14.4",
59+
"pre-commit>=4.3.0",
60+
"ruff==0.14.13",
6161
]
6262
test = [
6363
"meson==1.9.1",

0 commit comments

Comments
 (0)