Skip to content

Commit c559e3f

Browse files
chore(deps-dev): Update mypy requirement from 1.15.0 to 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@v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf64967 commit c559e3f

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
@@ -90,7 +90,7 @@ pep8-naming = "0.15.1"
9090
flake8-logging = "1.7.0"
9191
isort = "6.0.1"
9292
autopep8 = "2.3.2"
93-
mypy = "1.15.0"
93+
mypy = "1.16.0"
9494
bandit = "1.8.3"
9595
tomli = { version = "^2.0.1", python = "<3.11" }
9696
tox = "4.26.0"

0 commit comments

Comments
 (0)