Skip to content

Commit a92a1ae

Browse files
Bump mypy[pydantic] from 1.12.0 to 1.12.1 (#20)
Bumps [mypy[pydantic]](https://github.com/python/mypy) from 1.12.0 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: mypy[pydantic] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d512e0 commit a92a1ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.12.0"
32+
"mypy[pydantic]==1.12.1"
3333
]
3434
spell_check = [
3535
"codespell==2.3.0"

0 commit comments

Comments
 (0)