diff --git a/pyproject.toml b/pyproject.toml index 8277d53..996550b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "pytest==9.0.2", "pytest-asyncio==1.3.0", "pre-commit==4.5.1", - "mypy==1.19.1", + "mypy==1.20.1", ] post-install-commands = ["hatch run pre-commit:install"] @@ -79,7 +79,7 @@ install = "pre-commit install -f" [tool.hatch.envs.types] template = "hatch-test" -extra-dependencies = ["mypy==1.19.1"] +extra-dependencies = ["mypy==1.20.1"] post-install-commands = [] [tool.hatch.envs.types.scripts]