From d63863222bb1fdc1ced971b81e112a87ae0899cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:39:26 +0000 Subject: [PATCH] Bump mypy from 1.5.1 to 1.9.0 Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.5.1...1.9.0) --- 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 52f0748..b623809 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ format = isort == 5.12.0 test = bandit == 1.7.5 - mypy == 1.5.1 + mypy == 1.9.0 pylint == 2.17.6 pylint-print == 1.0.1 pytest == 7.4.2