From 3e77c9c4a442e2d464867edc7e6054ec2e717547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:47:58 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.11.0 Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.11) --- 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..3e99b63 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.0 pylint == 2.17.7 pylint-print == 1.0.1 pytest == 7.4.4