Skip to content

Commit 6e45722

Browse files
chore(deps-dev): Update mypy requirement from 1.13.0 to 1.14.1
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.13.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebe8e98 commit 6e45722

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
@@ -91,7 +91,7 @@ pep8-naming = "0.14.1"
9191
flake8-logging = "1.6.0"
9292
isort = "5.13.2"
9393
autopep8 = "2.3.1"
94-
mypy = "1.13.0"
94+
mypy = "1.14.1"
9595
bandit = "1.7.10"
9696
tomli = { version = "^2.0.1", python = "<3.11" }
9797
tox = "4.23.2"

0 commit comments

Comments
 (0)