From a456710938897f067dd1f78cca6fcdc132cad17a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 20:38:27 +0000 Subject: [PATCH] fix(deps): update dependency mypy to v1.14.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 009a375..2b0728e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ tests = [ ] dev = [ "gto[tests]", - "mypy==1.14.0", + "mypy==1.14.1", "pylint==3.3.3", "types-PyYAML", "types-filelock",