From f592bf8f487a6f1411f8f8c44004deacf689115d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:44:43 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.11.1 Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.11.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.11.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 66a3a85..6e11a05 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ format = isort == 5.13.2 test = bandit == 1.7.8 - mypy == 1.10.0 + mypy == 1.11.1 pylint == 2.17.7 pylint-print == 1.0.1 pytest == 7.4.4