From 6ae7f3d18e82d25dc7d2ac099e7bde7287da513b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:30:21 +0100 Subject: [PATCH] Bump mypy from 1.14.0 to 1.14.1 (#1634) --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 8bf4c7e40..da284cd15 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,6 +1,6 @@ -r production.txt freezegun==1.5.1 -mypy==1.14.0 +mypy==1.14.1 pre-commit==4.0.1 pylint==3.3.3 pytest==8.3.4