From 0df0b0fe6e57ff645183ba1571a5b25f32a0da74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 05:33:43 +0000 Subject: [PATCH] Bump mypy from 1.11.1 to 1.11.2 Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 61ae36c2..f1928280 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ pytest-cov = "==5.0.0" mock = "==5.1.0" ruff = "==0.6.2" types-setuptools = "==73.0.0.20240822" -mypy = "==1.11.1" +mypy = "==1.11.2" types-mock = "==5.1.0.20240425" tbump = "==6.11.0" rstcheck = "==6.2.4"