Skip to content

Commit c8caaec

Browse files
chore(deps-dev): 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 2decdb7 commit c8caaec

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
@@ -93,7 +93,7 @@ flake8-use-fstring = "1.4"
9393
pep8-naming = "0.14.1"
9494
isort = "5.13.2"
9595
autopep8 = "2.3.1"
96-
mypy = "1.11.2"
96+
mypy = "1.12.0"
9797
tomli = { version = "2.0.1", python = "<3.11" }
9898
tox = "4.21.2"
9999
xmldiff = "2.7.0"

0 commit comments

Comments
 (0)