From d1630a377633aca7204482358b5121aebc3695e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:42:17 +0000 Subject: [PATCH] Bump mypy from 1.10.1 to 1.11.2 Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11.2) --- 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 d8977cc..e95331e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "coverage==7.5.4", "flake8==7.1.0", "hatch==1.12.0", - "mypy==1.10.1", + "mypy==1.11.2", "pessimist==0.9.3", "ufmt==2.7.0", "volatile==2.1.0",