From bbde552a5abe54651f4521d83fa526aa149e2d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:50:40 +0100 Subject: [PATCH] Bump mypy from 1.14.0 to 1.14.1 (#348) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac112e9..2787f6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pre-commit==4.0.1", "flake8==7.1.1", "pylint==3.3.3", - "mypy==1.14.0", + "mypy==1.14.1", "types-hdbcli==2.23.0.20241221", "typing-extensions==4.12.2", ]