From 912c26aaab95a5d5f2a4231170bb7dde079ba63a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:28:12 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 1.5.1 to 1.6.0 Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.6.0. - [Commits](https://github.com/python/mypy/compare/v1.5.1...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 b9d964cb3..5e4f76000 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ "pycodestyle==2.11.0", "black==23.9.1", "isort==5.11.4", - "mypy==1.5.1", + "mypy==1.6.0", # type stubs for mypy "types-PyYAML==6.0.10", "types-tabulate==0.9.0.3",