Skip to content

Commit e9b1b2a

Browse files
Update mypy requirement (#28)
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.0.0...v1.20.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nilvanis <62594212+nilvanis@users.noreply.github.com>
1 parent 9a92304 commit e9b1b2a

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
@@ -35,7 +35,7 @@ dev = [
3535
"pytest>=8.0",
3636
"pytest-cov>=7.1.0",
3737
"ruff>=0.8",
38-
"mypy>=1.0",
38+
"mypy>=1.20.1",
3939
"types-PyYAML>=6.0",
4040
]
4141

0 commit comments

Comments
 (0)