From 4a89d054c52b683e9587840242c4c14665b8a691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:53:40 +0000 Subject: [PATCH] Bump mypy from 1.7.1 to 1.8.0 Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.8.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 44bddb3..1b66f81 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "pycodestyle==2.11.1", "black==23.12.0", "isort==5.13.2", - "mypy==1.7.1", + "mypy==1.8.0", "dnfile==0.14.1", "hexdump==3.3.0", ],