From 687b380267a3ed48266fb47982db86da79d10821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:47:06 +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 792bc9e..b78330f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dev = [ "coverage==7.6.1", "flake8==7.1.1", "flit==3.9.0", - "mypy==1.11.2", + "mypy==1.13.0", "usort==1.0.8.post1", "ufmt==2.7.1", ]