From 315521804aff20bd9b4326c6c0f8fd92cb8159dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:53:04 +0000 Subject: [PATCH] Bump mypy from 1.4.1 to 1.6.1 Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.6.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.6.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f1e4681..9c6b502 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ exclude = build-tools = grpcio-tools==1.56.2 dev = - mypy==1.4.1 + mypy==1.6.1 mypy-protobuf==3.5.0 pre-commit==3.3.3 pytest==7.4.0