From ec672579234263c27ab3d0f04a05aeec5679696e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:28:48 +0000 Subject: [PATCH] Update mypy requirement from <1.14 to <1.15 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.14.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 da4316aa..c60e7579 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ "black==24.10.0", "flake8==7.0.0", "isort==5.12.0", - "mypy<1.14", + "mypy<1.15", ], }, python_requires=">=3.8",