From dc31a6c5a56cf87e3eec553dccf028ea8eb57759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 11:38:19 +0000 Subject: [PATCH] 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](https://github.com/python/mypy/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6a227cb..1760ba21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ email = "floss@frequenz.com" dev-docstrings = ["pydocstyle == 6.3.0", "darglint == 1.8.1"] dev-formatting = ["black == 23.3.0", "isort == 5.12.0"] dev-mypy = [ - "mypy == 1.4.0", + "mypy == 1.4.1", # For checking the noxfile and tests "frequenz-api-common[dev-noxfile,dev-pytest]", ]