From 9fa9fe440a39ec3a8d1dce0072895ef1955989e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:11:33 +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.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84f0023..3bdb9f6 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "pycodestyle==2.12.0", "black==24.4.2", "isort==5.13.2", - "mypy==1.10.0", + "mypy==1.11.0", "dnfile==0.15.0", "hexdump==3.3.0", ],