From a475ad521a3992bb3e3a1d45ec5eefb7dad9288c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 18:43:24 +0000 Subject: [PATCH] Bump mypy from 0.971 to 1.4.1 Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v0.971...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f9df916..8b6fba2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ test = [ "black==23.3.0", "codespell==2.2.5", - "mypy==1.3.0", + "mypy==1.4.1", "ruff==0.0.278", "pre-commit==3.3.3" ]