From eaf5cb821509e1a90e7927353acdb82c50b386bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 06:58:31 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Commits](https://github.com/python/mypy/compare/v0.991...v1.5.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8297dc3..92d8e94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ flake8-docstrings = "^1.6.0" flake8-eradicate = "^1.2.0" flake8-markdown = "^0.3.0" flake8-simplify = "^0.19.2" -mypy = ">=0.991,<1.5" +mypy = ">=0.991,<1.6" pre-commit = ">=2.17,<4.0" pre-commit-hooks = "^4.1.0" pytest = "^7.1.0"