Skip to content

Commit eae79a9

Browse files
authored
⬆️ upgrade development dependencies (#1001)
2 parents 8ba26fc + c4cd1ab commit eae79a9

File tree

3 files changed

+111
-112
lines changed

3 files changed

+111
-112
lines changed

.dprint.jsonc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
"yaml": {
1515
"printWidth": 100,
1616
"formatComments": true,
17-
// "indentBlockSequenceInMap": false,
1817
"braceSpacing": false,
1918
},
2019
"excludes": ["**/*-lock.json", "**/*.lock", "**/node_modules/", "dist/"],
2120
"plugins": [
2221
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm",
23-
"https://plugins.dprint.dev/json-0.20.0.wasm",
24-
"https://plugins.dprint.dev/markdown-0.19.0.wasm",
22+
"https://plugins.dprint.dev/json-0.21.0.wasm",
23+
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
2524
"https://plugins.dprint.dev/toml-0.7.0.wasm",
2625
],
2726
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ lint = [
5454
{ include-group = "extras" },
5555
"dprint-py==0.50.2.0",
5656
"ruff==0.14.6",
57-
"sp-repo-review[cli]==2025.11.10",
57+
"sp-repo-review[cli]==2025.11.21",
5858
]
5959
type = [
6060
{ include-group = "extras" },
6161
{ include-group = "ci" },
6262
"array-api-compat==1.12.0", # bundled as `scipy._lib.array_api_compat`
6363
"basedpyright==1.34.0",
6464
"mypy[faster-cache]==1.18.2",
65-
"pyrefly==0.42.2",
65+
"pyrefly==0.42.3",
6666
"stubdefaulter>=0.1.0",
6767
]
6868
dev = [

0 commit comments

Comments
 (0)