From 4697ba02380ba2497af10d7f1350f36c2523dde1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 07:43:41 +0000 Subject: [PATCH] Update mypy requirement from <1.11 to <1.12 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.11.1) --- 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 bd7d6cb7..52a7cb2d 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ "black==24.4.2", "flake8==7.0.0", "isort==5.12.0", - "mypy<1.11", + "mypy<1.12", ], }, python_requires=">=3.8",