Skip to content

Commit 9f7391f

Browse files
chore(deps): update dependency mypy to v1.13.0 (#909)
* chore(deps): update dependency mypy to v1.13.0 * chore(deps): use `faster-cache` extra for `mypy` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mathieu Kniewallner <[email protected]>
1 parent a9b15e4 commit 9f7391f

File tree

2 files changed

+99
-31
lines changed

2 files changed

+99
-31
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ dependencies = [
3333
dev-dependencies = [
3434
"mkdocs==1.6.1",
3535
"mkdocs-material==9.5.41",
36-
"mypy==1.12.1",
36+
"mypy[faster-cache]==1.13.0; implementation_name == 'cpython'",
37+
# orjson does not compile on PyPy.
38+
"mypy==1.13.0; implementation_name != 'cpython'",
3739
"pytest==8.3.3",
3840
"pytest-cov==5.0.0",
3941
"pytest-xdist[psutil]==3.6.1",

0 commit comments

Comments
 (0)