Skip to content

Commit 642420e

Browse files
Bump mypy from 1.4.0 to 1.4.1
Bumps [mypy](https://github.com/python/mypy) from 1.4.0 to 1.4.1. - [Commits](python/mypy@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3a8ac2 commit 642420e

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
@@ -72,7 +72,7 @@ pytest = [
7272
"frequenz-sdk[examples]",
7373
]
7474
mypy = [
75-
"mypy == 1.4.0",
75+
"mypy == 1.4.1",
7676
"grpc-stubs == 1.24.12", # This dependency introduces breaking changes in patch releases
7777
# For checking the noxfile, docs/ script, and tests
7878
"frequenz-sdk[docs-gen,nox,pytest]",

0 commit comments

Comments
 (0)