From eef5fb9b37e341d1ef20b69f4f9d1311406cd051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 10:39:06 +0545 Subject: [PATCH] build(deps-dev): bump mypy from 1.1.1 to 1.2.0 (#9313) Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 29cd095af1..8a8dcbfe1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ gdrive = ["dvc-gdrive==2.19.1"] gs = ["dvc-gs==2.22.0"] hdfs = ["dvc-hdfs==2.19"] lint = [ - "mypy==1.1.1", + "mypy==1.2.0", "pylint==2.17.2", "types-colorama", "types-psutil",