Skip to content

Commit fce33ed

Browse files
build(deps): update mypy requirement from ~=1.5 to ~=2.1
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.5.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c6b0fa commit fce33ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements_ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
codecov ~= 2.1
33
coverage ~= 7.2
44
flake518 ~= 1.6
5-
mypy ~= 1.5
5+
mypy ~= 2.1
66
pydocstyle ~= 6.3
77
pylint ~= 3.3; python_version < '3.10'
88
pylint ~= 4.0; python_version >= '3.10'

0 commit comments

Comments
 (0)