From 9f522a836b9922892b652daeb7a5e010feb4d1da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 08:02:41 +0000 Subject: [PATCH] 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](https://github.com/python/mypy/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2943c52c..b4d5e9c75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ pytest = [ "async-solipsism == 0.5", ] mypy = [ - "mypy == 1.2.0", + "mypy == 1.3.0", "grpc-stubs == 1.24.12", # This dependency introduces breaking changes in patch releases # For checking the noxfile, docs/ script, and tests "frequenz-sdk[docs-gen,nox,pytest]",