From 814129621e4f82c3a5c66ba9e22fd5e578964e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:05:35 +0000 Subject: [PATCH] Bump mypy from 1.0.0 to 1.12.1 Bumps [mypy](https://github.com/python/mypy) from 1.0.0 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.12.1) --- 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..6117569ac 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.12.1 mypy-zope==1.0.0