From 1f76ae45db543b9975c8b34cdf7ea829cda01ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:59:17 +0000 Subject: [PATCH] Bump mypy from 1.1.1 to 1.8.0 Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.8.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 3f4cdc0..82853f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "flit==3.9.0", "flake8==7.0.0", "flake8-bugbear==23.2.13", - "mypy==1.1.1", + "mypy==1.8.0", "rich==13.7.0", "ufmt==2.0.1", "usort==1.0.7",