Skip to content

Commit 942d098

Browse files
chore(deps): update dependency mypy to v1.18.2 (#1288)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc996ba commit 942d098

File tree

2 files changed

+44
-45
lines changed

2 files changed

+44
-45
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ test = [
4646
"pytest-xdist[psutil]==3.8.0",
4747
]
4848
typing = [
49-
"mypy[faster-cache]==1.17.1; implementation_name == 'cpython'",
49+
"mypy[faster-cache]==1.18.2; implementation_name == 'cpython'",
5050
# orjson does not compile on PyPy.
51-
"mypy==1.17.1; implementation_name != 'cpython'",
51+
"mypy==1.18.2; implementation_name != 'cpython'",
5252
"types-colorama==0.4.15.20250801; sys_platform == 'win32'",
5353
]
5454

0 commit comments

Comments
 (0)