Skip to content

Commit cb5076f

Browse files
chore(deps-dev): update mypy requirement from >=1.14 to >=1.20.2 in /sdk
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.0...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa549c7 commit cb5076f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dev = [
3232
"pytest>=9.0.3",
3333
"pytest-cov>=7.1.0",
3434
"pytest-asyncio>=1.3.0",
35-
"mypy>=1.14",
35+
"mypy>=1.20.2",
3636
"mypy-protobuf>=3.6",
3737
"ruff>=0.15.12",
3838
"grpcio-tools>=1.80.0",

0 commit comments

Comments
 (0)