Skip to content

Commit e25e142

Browse files
committed
⬆️ update development dependencies
1 parent cfb4185 commit e25e142

File tree

3 files changed

+199
-199
lines changed

3 files changed

+199
-199
lines changed

.dprint.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"excludes": ["**/*.lock", "dist/"],
2020
"plugins": [
21-
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm",
22-
"https://plugins.dprint.dev/json-0.21.0.wasm",
21+
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm",
22+
"https://plugins.dprint.dev/json-0.21.1.wasm",
2323
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
2424
"https://plugins.dprint.dev/toml-0.7.0.wasm",
2525
],

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extra = [
6868
]
6969
lint = [
7070
"dprint-py>=0.51.1.0",
71-
"ruff>=0.14.10",
71+
"ruff>=0.14.11",
7272
"sp-repo-review[cli]>=2025.11.21",
7373
]
7474
test = [
@@ -80,10 +80,10 @@ test = [
8080
type = [
8181
{ include-group = "extra" },
8282
{ include-group = "test" },
83-
"basedpyright>=1.36.2",
83+
"basedpyright>=1.37.1",
8484
"mypy[faster-cache]>=1.19.1",
85-
"pyrefly==0.47.0",
86-
"ty==0.0.9",
85+
"pyrefly==0.48.0",
86+
"ty==0.0.11",
8787
]
8888
dev = [
8989
{ include-group = "extra" },

0 commit comments

Comments
 (0)