Skip to content

Commit 5cccf5b

Browse files
Update mypy requirement from <1.15.0,>=1.9.0 to >=1.9.0,<1.16.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@1.9.0...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7327ad commit 5cccf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pytest>=8.1.1,<8.4.0
22
autopep8>=2.1.0,<2.4.0
33
flake8
44
coverage
5-
mypy>=1.9.0,<1.15.0
5+
mypy>=1.9.0,<1.16.0
66
build
77
setuptools>=61.0
88
types-setuptools

0 commit comments

Comments
 (0)