From 2e23789cc73e44000561cc04b3b7a74e67dc2674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:38:31 +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.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84f0023..cfd2c02 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.10.1", "dnfile==0.15.0", "hexdump==3.3.0", ],