Skip to content

Commit db4dbd7

Browse files
build(deps-dev): update mypy requirement from <2,>=1.10 to >=1.10,<3
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent faef80e commit db4dbd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ desktop = ["pywebview>=5.0,<6"]
3131
# Development tooling: testing + type checking.
3232
dev = [
3333
"pytest>=8,<9",
34-
"mypy>=1.10,<2",
34+
"mypy>=1.10,<3",
3535
]
3636

3737
[project.scripts]

0 commit comments

Comments
 (0)