Skip to content

Commit 06eb16c

Browse files
chore(deps): update dependency mypy to v2
| datasource | package | from | to | | ---------- | ------- | ------ | ----- | | pypi | mypy | 1.19.1 | 2.0.0 |
1 parent 9801195 commit 06eb16c

2 files changed

Lines changed: 173 additions & 118 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dyana = "dyana.__main__:run"
2828

2929
[dependency-groups]
3030
dev = [
31-
"mypy>=1.8.0,<2",
31+
"mypy>=2,<3",
3232
"ruff>=0.15.0,<0.16",
3333
"pre-commit>=4.0.0,<5",
3434
"pytest>=9.0.0,<10",

0 commit comments

Comments
 (0)