Skip to content

Commit 71480a4

Browse files
build(deps-dev): bump mypy from 1.20.2 to 2.1.0
Bumps [mypy](https://github.com/python/mypy) from 1.20.2 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.2...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34e701a commit 71480a4

2 files changed

Lines changed: 86 additions & 47 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111

1212
[dependency-groups]
1313
dev = [
14-
"mypy>=1.20.2,<2.0.0",
14+
"mypy>=2.1.0,<3.0.0",
1515
"pre-commit>=4.6.0,<5.0.0",
1616
"pytest>=9.0.3,<10.0.0",
1717
"ruff>=0.15.12",

0 commit comments

Comments
 (0)