Skip to content

Commit eadadee

Browse files
authored
⬆️ bump mypy to 1.17.1 (#794)
1 parent 60d95b6 commit eadadee

File tree

2 files changed

+39
-33
lines changed

2 files changed

+39
-33
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extras = ["scipy-stubs[scipy]"]
4646
ci = ["packaging>=25.0"]
4747
lint = [
4848
{ include-group = "extras" },
49-
"dprint-py>=0.50.0.0",
49+
"dprint-py>=0.50.1.4",
5050
"ruff>=0.12.7",
5151
"sp-repo-review[cli]>=2025.5.2",
5252
]
@@ -55,7 +55,7 @@ type = [
5555
{ include-group = "ci" },
5656
"array-api-compat==1.12.0", # bundled as `scipy._lib.array_api_compat`
5757
"basedpyright>=1.31.0",
58-
"mypy>=1.17.0",
58+
"mypy>=1.17.1",
5959
"orjson>=3.11.1; python_version<'3.14'", # used by mypy
6060
]
6161
dev = [

uv.lock

Lines changed: 37 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)