From 441a49a311e08e9bb166b6e1f7112ce9cf7a56fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:10:46 +0000 Subject: [PATCH] Bump mypy from 1.0.0 to 1.11.2 Bumps [mypy](https://github.com/python/mypy) from 1.0.0 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.11.2) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements-mypy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-mypy.txt b/requirements/requirements-mypy.txt index a333d33d4..f676651e5 100644 --- a/requirements/requirements-mypy.txt +++ b/requirements/requirements-mypy.txt @@ -1,4 +1,4 @@ # Note: mypy-zope pins the mypy version -mypy==1.0.0 +mypy==1.11.2 mypy-zope==1.0.0