From 91918f764c55352924ce28a3b39abf0cd1d5e8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:14:33 +0000 Subject: [PATCH] Bump mypy from 1.0.0 to 1.13.0 Bumps [mypy](https://github.com/python/mypy) from 1.0.0 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.13.0) --- 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..c5f1a929a 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.13.0 mypy-zope==1.0.0