From 2124e0e374f20a109335ccfa00f8f38b3312d8ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:41:58 +0000 Subject: [PATCH] Bump mypy from 1.11.2 to 1.13.0 Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2de204..ffbe021 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,<9.0.0", "pylint >=2.12.0", - "mypy ==1.11.2", + "mypy ==1.13.0", "flake8 >=3.8.3,<4.0.0", "black ==24.8.0", "isort >=5.0.6,<6.0.0",