Skip to content

Commit 93e40c2

Browse files
Bump mypy[pydantic] from 1.11.2 to 1.12.0 (#16)
Bumps [mypy[pydantic]](https://github.com/python/mypy) from 1.11.2 to 1.12.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.12.0) --- updated-dependencies: - dependency-name: mypy[pydantic] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95af50b commit 93e40c2

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==3.3.1"
3030
]
3131
type_check = [
32-
"mypy[pydantic]==1.11.2"
32+
"mypy[pydantic]==1.12.0"
3333
]
3434
spell_check = [
3535
"codespell==2.3.0"

0 commit comments

Comments
 (0)