From 8631366805eab7fd39c9e6140a870537551fdf06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:42:17 +0545 Subject: [PATCH] build(deps): bump mypy from 1.10.1 to 1.11.2 (#43) 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 e8ad54c..2ccd9a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ kerberos = ["requests-kerberos>=0.13.0"] dev = [ "dvc-webhdfs[tests]", - "mypy==1.10.1", + "mypy==1.11.2", ] tests = [ "dvc[testing]",