Skip to content

Commit bfc2971

Browse files
Update mypy requirement from >=2.1.0 to >=2.3.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@v2.1.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b80b2bc commit bfc2971

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>=4.0.6
1010

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

1515
# Code formatting

0 commit comments

Comments
 (0)