From 5689832c7f53a3c70af38ee45f4571455cab475f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:00:45 +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) --- 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 25bf8fa..8773967 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ ] develop_requires = [ - "mypy<1.11", + "mypy<1.12", "poethepoet<0.28", "pyproject-fmt<2.2", "ruff<0.5",