From 78ffed46151505976ad2cc83e86b010bf5130365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:33:37 +0000 Subject: [PATCH] build(deps): 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 059ca0e..08076c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ dev = [ "black==24.8.0", "coverage==7.6.1", - "mypy==1.11.2", + "mypy==1.13.0", "pre-commit==3.8.0", "pylint==3.3.1", "pytest==8.3.3",