diff --git a/pyproject.toml b/pyproject.toml index 3e651ae36497f..72fe663034a2c 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.1", "ruff ==0.0.138", "black == 22.10.0", "isort >=5.0.6,<6.0.0",