From ec4f1064e15067104101c3dc4b31211e6b0cb0ff Mon Sep 17 00:00:00 2001 From: KotlinIsland Date: Wed, 2 Nov 2022 10:38:22 +1000 Subject: [PATCH] update mypy to 0.982 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 457323444..4881c12a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python = ">=3.8,<3.11" types-pytz = ">= 2022.1.1" [tool.poetry.dev-dependencies] -mypy = "==0.971" +mypy = "==0.982" pyarrow = ">=9.0.0" pytest = ">=7.1.2" pyright = ">=1.1.266"