From b63e7411344599834c5a4844acf40c7c65f267e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 06:41:22 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 1.5.0 to 1.6.0 Bumps [mypy](https://github.com/python/mypy) from 1.5.0 to 1.6.0. - [Commits](https://github.com/python/mypy/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 010f0ba89..663e7b3f1 100644 --- a/setup.py +++ b/setup.py @@ -182,7 +182,7 @@ def merge_req_lists(*req_lists: List[str]) -> List[str]: ] mypy_dependencies = [ - "mypy==1.5.0", + "mypy==1.6.0", ] devel_full = merge_req_lists(