Skip to content

Commit a618b4b

Browse files
chore(deps-dev): update mypy requirement from >=2.0.0 to >=2.1.0 in /sdk (#41)
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@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29ced8f commit a618b4b

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>=2.0.0",
35+
"mypy>=2.1.0",
3636
"mypy-protobuf>=5.1.0",
3737
"ruff>=0.15.12",
3838
"grpcio-tools>=1.80.0",

0 commit comments

Comments
 (0)