From 50ca5621ebbef651b5976277bd62510c8d3a7aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:14:47 +0000 Subject: [PATCH] Update mypy requirement from <1.12 to <1.14 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.1.0...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b93b31f1..a660ab3f 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ "black==24.8.0", "flake8==7.0.0", "isort==5.12.0", - "mypy<1.12", + "mypy<1.14", ], }, python_requires=">=3.8",