Skip to content

Commit eaed4cd

Browse files
Update mypy requirement from ==1.11.2 to ==1.12.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.11.2...v1.12.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7cb25f4 commit eaed4cd

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
@@ -36,7 +36,7 @@ chevron = "=0.14.0"
3636
pytest = ">=2.8"
3737
pytest-cov = ">=2.4.0"
3838
pytest-mypy = "==0.10.3"
39-
mypy = "==1.11.2"
39+
mypy = "==1.12.0"
4040

4141

4242
[tool.poetry.group.docs]

0 commit comments

Comments
 (0)