Skip to content

Commit 8bd8eab

Browse files
Bump mypy[pydantic] from 1.13.0 to 1.14.0
Bumps [mypy[pydantic]](https://github.com/python/mypy) from 1.13.0 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: mypy[pydantic] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e8fcf6 commit 8bd8eab

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.2"
3131
]
3232
type_check = [
33-
"mypy[pydantic]==1.13.0"
33+
"mypy[pydantic]==1.14.0"
3434
]
3535
spell_check = [
3636
"codespell==2.3.0"

0 commit comments

Comments
 (0)