From d10ec0861d3008edc54e97ce9bccc637c0324469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:53:32 +0000 Subject: [PATCH] Update mypy requirement from ~=1.5.1 to >=1.5.1,<1.14.0 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/v1.5.1...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 90f8bb8..2eb4d4c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,7 +63,7 @@ dev = flake8-bugbear~=23.7.10 flake8-docstrings~=1.7.0 pep8-naming>=0.13.3,<0.15.0 - mypy~=1.5.1 + mypy>=1.5.1,<1.14.0 pydocstyle~=6.3.0 coverage~=7.3.0 pytest~=7.4.0