From 8384e663a5e8439b1c17b56f12cfc9948ef9b548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:40:19 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.19.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37506eb..791c4a9 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.0", - "mypy==1.19.0", + "mypy==1.19.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.0"] +extra-dependencies = ["mypy==1.19.1"] post-install-commands = [] [tool.hatch.envs.types.scripts]