From 290f2e1fbf9a70ea1843d0f2e68e09d2c1fea0de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 17:37:22 +0100 Subject: [PATCH] Bump mypy from 1.13.0 to 1.14.0 (#346) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14906b4..9ae075d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pre-commit==4.0.1", "flake8==7.1.1", "pylint==3.3.2", - "mypy==1.13.0", + "mypy==1.14.0", "types-hdbcli==2.23.0.20241221", "typing-extensions==4.12.2", ]