From 293bc1b39fb0416f7d319191c99233342826722b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:11:36 +0000 Subject: [PATCH] Update mypy requirement from <1 to <2 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.1.0...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1fae92cd..0c2167c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ service = ["fastapi", "uvicorn"] # For development tests/docs dev = [ "black==22.3.0", - "mypy<1", + "mypy<2", "flake8-isort", "Flake8-pyproject", "pipdeptree",