From ac42cd133ffc812be071088eb33aef04f89e8c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 08:58:12 +0000 Subject: [PATCH] build(deps-dev): Bump mypy from 0.910 to 1.1.1 Bumps [mypy](https://github.com/python/mypy) from 0.910 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.910...v1.1.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9202668f4e..4763ab885d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -152,7 +152,7 @@ tests = # and, protected method calls in our tests pylint-plugin-utils==0.6 # type-checking - mypy==0.910 + mypy==1.1.1 types-requests==2.26.1 types-tabulate==0.8.3 types-toml==0.10.1