Skip to content

Commit 02c76ac

Browse files
chore(deps-dev): Update mypy requirement from 1.19.0 to 1.19.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.19.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f719fc commit 02c76ac

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
@@ -92,7 +92,7 @@ pep8-naming = "0.15.1"
9292
flake8-logging = "1.8.0"
9393
isort = "6.1.0"
9494
autopep8 = "2.3.2"
95-
mypy = "1.19.0"
95+
mypy = "1.19.1"
9696
bandit = "1.8.6"
9797
tomli = { version = "^2.0.1", python = "<3.11" }
9898
tox = "4.30.3"

0 commit comments

Comments
 (0)