Skip to content

Commit 3c593bb

Browse files
Update mypy requirement from <1.21.0,>=1.20.2 to >=2.1.0,<2.2.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@v1.20.2...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 a3db9dc commit 3c593bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pytest>=9.0.3,<9.1.0
22
autopep8>=2.3.2,<2.4.0
33
flake8
44
coverage
5-
mypy>=1.20.2,<1.21.0
5+
mypy>=2.1.0,<2.2.0
66
build
77
setuptools>=61.0
88
types-setuptools

0 commit comments

Comments
 (0)