From 1cae0fe0f9fd4cef3ac2358d5d6acf9a4b634374 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:59:02 +0000 Subject: [PATCH] Update dependency mypy to v1.19.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccd11f0..77de019 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pandas = "*" black = "==23.12.1" faker = "==19.13.0" flake8 = "==6.1.0" -mypy = "==1.8.0" +mypy = "==1.19.1" pytest = "==7.4.3" pytest-cov = "==4.1.0" sqlite-utils = "==3.35.2"