Skip to content

Commit e5195e0

Browse files
build(deps-dev): bump mypy from 1.19.0 to 1.19.1
Bumps [mypy](https://github.com/python/mypy) from 1.19.0 to 1.19.1. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7f2a84 commit e5195e0

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
@@ -29,7 +29,7 @@ linting = [
2929
"pylint==4.0.4"
3030
]
3131
type_check = [
32-
"mypy==1.19.0"
32+
"mypy==1.19.1"
3333
]
3434
spell_check = [
3535
"codespell==2.4.1"

0 commit comments

Comments
 (0)