From 16c6329a958dbffa7e8ecd54a26f6d6e79e8081e Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Sat, 30 Dec 2023 18:29:24 -0500 Subject: [PATCH] Update to `mypy==1.8.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51347b3..8a8e645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ checks = [ "black>=23,<24", "flake8>=6,<7", "isort>=5,<6", - "mypy==1.7.0", + "mypy==1.8.0", ] cloud = [ "httpx>=0.23,<1",