Skip to content

Commit 22e0087

Browse files
committed
⬆️ bump mypy to 1.17.0
1 parent 3add079 commit 22e0087

File tree

2 files changed

+74
-74
lines changed

2 files changed

+74
-74
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ type = [
5555
{ include-group = "ci" },
5656
"array-api-compat==1.12.0", # bundled as `scipy._lib.array_api_compat`
5757
"basedpyright>=1.30.0",
58-
"mypy>=1.16.1",
59-
"orjson>=3.10.18; python_version<'3.14'", # used by mypy
58+
"mypy>=1.17.0",
59+
"orjson>=3.11.0; python_version<'3.14'", # used by mypy
6060
]
6161
dev = [
6262
{ include-group = "lint" },

0 commit comments

Comments
 (0)