From 928a0e811f7b437d559d1b9790d339da61611df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:37:43 +0000 Subject: [PATCH] Bump mypy from 1.10.1 to 1.11.0 Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) --- 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 85d5c6b..f834809 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ webtest = "==3" towncrier = "==23.11.0" pytest-cov = "==5.0.0" coverage = "==7.6.0" -mypy = "==1.10.1" +mypy = "==1.11.0" black = "==24.4.2" tbump = "==6.11.0" ruff = "==0.5.3"