From 1a76555914f63b1e1e4e19311f4a2b964628dd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:53:17 +0900 Subject: [PATCH] Bump mypy from 0.910 to 1.10.0 (#87) Bumps [mypy](https://github.com/python/mypy) from 0.910 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.910...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... 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 29ea03f..9ea66b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ Home = "https://github.com/yu-iskw/dbt-artifacts-parser" test = [ "pytest >=6.2.4,<7.0.0", "pylint >=2.12.0", - "mypy ==0.910", + "mypy ==1.10.0", "flake8 >=3.8.3,<4.0.0", "black ==21.9b0", "isort >=5.0.6,<6.0.0",