Skip to content

Commit c6a5f28

Browse files
Bump mypy[pydantic] from 1.14.0 to 1.14.1 (#45)
Bumps [mypy[pydantic]](https://github.com/python/mypy) from 1.14.0 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy[pydantic] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74c208d commit c6a5f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ linting = [
3030
"pylint==3.3.3"
3131
]
3232
type_check = [
33-
"mypy[pydantic]==1.14.0"
33+
"mypy[pydantic]==1.14.1"
3434
]
3535
spell_check = [
3636
"codespell==2.3.0"

0 commit comments

Comments
 (0)