Skip to content

Commit 1527672

Browse files
dependabot[bot]Marenz
authored andcommitted
Bump mypy from 1.1.1 to 1.3.0
Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.3.0. - [Commits](python/mypy@v1.1.1...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 889b187 commit 1527672

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
@@ -35,7 +35,7 @@ email = "[email protected]"
3535
dev-docstrings = ["pydocstyle == 6.3.0", "darglint == 1.8.1"]
3636
dev-formatting = ["black == 23.3.0", "isort == 5.12.0"]
3737
dev-mypy = [
38-
"mypy == 1.1.1",
38+
"mypy == 1.3.0",
3939
# For checking the noxfile and tests
4040
"frequenz-api-common[dev-noxfile,dev-pytest]",
4141
]

0 commit comments

Comments
 (0)