From 7c72acbccb54de7f494945e5314dff60b2c4668c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 20:53:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20mypy=20from=200.982=20to=201?= =?UTF-8?q?.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.982...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e651ae36497f..b6bc95895ecb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ Documentation = "https://fastapi.tiangolo.com/" test = [ "pytest >=7.1.3,<8.0.0", "coverage[toml] >= 6.5.0,< 8.0", - "mypy ==0.982", + "mypy ==1.0.0", "ruff ==0.0.138", "black == 22.10.0", "isort >=5.0.6,<6.0.0",