Skip to content

Commit 9f522a8

Browse files
Bump mypy from 1.2.0 to 1.3.0
Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.3.0. - [Commits](python/mypy@v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38733b1 commit 9f522a8

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
@@ -77,7 +77,7 @@ pytest = [
7777
"async-solipsism == 0.5",
7878
]
7979
mypy = [
80-
"mypy == 1.2.0",
80+
"mypy == 1.3.0",
8181
"grpc-stubs == 1.24.12", # This dependency introduces breaking changes in patch releases
8282
# For checking the noxfile, docs/ script, and tests
8383
"frequenz-sdk[docs-gen,nox,pytest]",

0 commit comments

Comments
 (0)