Skip to content

Commit a6e6ebf

Browse files
Update mypy requirement from ==0.910 to ==1.8.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@v0.910...v1.8.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3cc0fa commit a6e6ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ coverage = ">=4.4"
5757
jsonpickle = ">1.4.1"
5858
pytest-cov = ">=2.4.0"
5959
pytest-mypy = "==0.10.3"
60-
mypy = "==0.910"
60+
mypy = "==1.8.0"
6161

6262

6363
[tool.poetry.group.contract-tests]

0 commit comments

Comments
 (0)