Skip to content

Commit ba31282

Browse files
Update mypy requirement from >=1.0.0 to >=2.1.0 (#15)
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...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Didi Hoffmann <39629+ribalba@users.noreply.github.com>
1 parent daef05e commit ba31282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pytest-asyncio>=1.4.0
99
pylint>=2.15.0
1010

1111
# Type checking
12-
mypy>=1.0.0
12+
mypy>=2.1.0
1313
types-PyYAML>=6.0.12.20260518
1414

1515
# Code formatting

0 commit comments

Comments
 (0)