From b4bad623c1e098fac86dd15435e4702b5e27e7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:47:41 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.10.1 Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... 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..8b6d12c 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.10.1 pylint == 2.17.7 pylint-print == 1.0.1 pytest == 7.4.4