From d091a94b3ce8d1da7f4fb02ad2c51ac124025009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 01:14:29 +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.971...v1.4.1) --- 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 66190e6..c48e4dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pydantic = ">=1.9.0,<2.0.0" [tool.poetry.group.dev.dependencies] pytest = "^7.1.2" isort = "^5.10.1" -mypy = ">=0.971,<1.2" +mypy = ">=0.971,<1.5" flake8 = "^5.0.4" flake8-builtins = ">=1.5.3,<3.0.0" flake8-annotations = "^2.9.1"