From 1ca50df6096356a4806b76e7bed1b749e559060b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:30:04 +0000 Subject: [PATCH] Bump mypy from 1.11.2 to 1.14.0 Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.14.0) --- 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 a53a22a..44585aa 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "pycodestyle==2.12.1", "black==24.8.0", "isort==5.13.2", - "mypy==1.11.2", + "mypy==1.14.0", "dnfile==0.15.0", "hexdump==3.3.0", ],