Skip to content

Commit b96cc85

Browse files
Update dependency mypy to v1.19.0 (#318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99998f2 commit b96cc85

File tree

2 files changed

+60
-18
lines changed

2 files changed

+60
-18
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ codespell = ["codespell==2.4.1"]
1818
ruff = ["ruff==0.14.7"]
1919

2020
types = ["types-requests", "types-python-dateutil"]
21-
mypy = ["mypy[faster-cache]==1.18.2", { include-group = "types" }]
21+
mypy = ["mypy[faster-cache]==1.19.0", { include-group = "types" }]
2222
pyright = ["pyright==1.1.407", { include-group = "types" }]
2323

2424
[tool.uv]

0 commit comments

Comments
 (0)