From 7cfa2726d33eac5cf24053c4deb9d5aea0b0a31a Mon Sep 17 00:00:00 2001 From: June Date: Thu, 6 Jun 2024 00:48:17 +0200 Subject: [PATCH] other: Use more recent min. vers. for the lint, fmt and typing tooling --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}"