Skip to content

Commit f216833

Browse files
Build(deps-dev): update mypy requirement from >=1.20.2 to >=2.0.0
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.20.2...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6bf632 commit f216833

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
@@ -44,7 +44,7 @@ classifiers = [
4444
dev = [
4545
"jinja2>=3.1.6",
4646
"maturin>=1.8.3",
47-
"mypy>=1.20.2",
47+
"mypy>=2.0.0",
4848
"pytest>=9.0.3",
4949
"pytest-benchmark>=5.2.3",
5050
"pytest-cov>=7.1.0",

0 commit comments

Comments
 (0)