From 936902b32b7e3317628ba6ea190e4e8a631a276c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 02:14:29 +0000 Subject: [PATCH] Bump mypy from 1.6.1 to 1.7.0 Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.7.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.7.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 8cbbb89b..5a45cd4b 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ pytest-cov = "==4.1.0" pytest-xdist = "==3.4.0" mock = "==5.1.0" black = "==23.11.0" -mypy = "==1.6.1" +mypy = "==1.7.0" types-setuptools = "==68.2.0.1" tbump = "==6.11.0" ruff = "==0.1.5"