diff --git a/pyproject.toml b/pyproject.toml index cf30cc8..dc73dfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ optional-dependencies = { dev = [ "pytest-asyncio>=0.26.0", "pytest-env", "pre-commit==4.6.0; python_version >= '3.10'", - "mypy==2.1.0", + "mypy==2.3.1", "types-setuptools", "ruff==0.15.14", ] }