From aea0e6b6cca4487e2423044eeff96fb5db7180b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:14:40 +0545 Subject: [PATCH] build(deps): bump mypy from 1.14.0 to 1.14.1 (#10662) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa54fdace4..01453f8815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ gdrive = ["dvc-gdrive>=3,<4"] gs = ["dvc-gs>=3,<4"] hdfs = ["dvc-hdfs>=3,<4"] lint = [ - "mypy==1.14.0", + "mypy==1.14.1", "pandas-stubs", "types-colorama", "types-psutil",