Skip to content

Commit 28fa691

Browse files
authored
⬆️ bump mypy to 1.17.0 (#41)
1 parent 635ea1b commit 28fa691

File tree

2 files changed

+92
-92
lines changed

2 files changed

+92
-92
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
{ include-group = "test_runtime" },
4747
{ include-group = "test_numpy" },
4848
"lefthook==1.11.14",
49-
"orjson>=3.10.18; python_version<'3.14'", # used by mypy
49+
"orjson>=3.11.0; python_version<'3.14'", # used by mypy
5050
]
5151
lint = [
5252
"ruff==0.12.1",
5353
]
5454
mypy = [
55-
"mypy==1.16.1",
55+
"mypy==1.17.0",
5656
]
5757
test_runtime = [
5858
"pytest==8.4.1",

0 commit comments

Comments
 (0)