diff --git a/pyproject.toml b/pyproject.toml index f051452..01c40d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,9 +59,9 @@ python = ["3.10", "3.11"] [tool.hatch.envs.lint] detached = true dependencies = [ - "black>=23.1.0", - "mypy>=1.0.0", - "ruff>=0.0.243", + "black>=24.4.0", + "mypy>=1.10.0", + "ruff>=0.4.0", ] [tool.hatch.envs.lint.scripts] typing = "mypy --install-types --non-interactive {args:src/infra_rebuild tests}"