From b7b30161076c0e556aa790f710621500a7d1dd14 Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Wed, 4 Jun 2025 00:58:06 +0800 Subject: [PATCH] update mypy~=1.16.0 --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index f497274da1..c4d0abc24d 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -104,7 +104,7 @@ dev = [ "dotenv-linter~=0.5.0", "faker~=32.1.0", "lxml-stubs~=0.5.1", - "mypy~=1.15.0", + "mypy~=1.16.0", "ruff~=0.11.5", "pytest~=8.3.2", "pytest-benchmark~=4.0.0",