Skip to content

Commit 5c1760d

Browse files
build(deps): bump mypy[pydantic] from 1.16.0 to 1.16.1 (#214)
Bumps [mypy[pydantic]](https://github.com/python/mypy) from 1.16.0 to 1.16.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy[pydantic] dependency-version: 1.16.1 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 03630d1 commit 5c1760d

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
@@ -52,7 +52,7 @@ tests = [
5252
"pytest-asyncio==1.0.0"
5353
]
5454
type_check = [
55-
"mypy[pydantic]==1.16.0",
55+
"mypy[pydantic]==1.16.1",
5656
"types-pytz==2025.2.0.20250516"
5757
]
5858

0 commit comments

Comments
 (0)