From 89459a5cf3f53de6f70f9d449e2fb66ad093a3ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:56:13 +0100 Subject: [PATCH] Bump mypy from 1.14.0 to 1.14.1 (#461) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe2e83e..2ab97aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ version = "0.0.0" [project.optional-dependencies] test = [ "codespell==2.3.0", - "mypy==1.14.0", + "mypy==1.14.1", "pre-commit==4.0.1", "pre-commit-hooks==5.0.0", "pylint==3.3.3",