From 713ae1c78817b4f907e737f5e806bf4b42abbebf Mon Sep 17 00:00:00 2001 From: Paul Madden Date: Thu, 16 Jan 2025 21:35:00 +0000 Subject: [PATCH] Update mypy version --- recipe/meta.json | 2 +- recipe/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.json b/recipe/meta.json index 6a8663f2c..21ea9d82b 100644 --- a/recipe/meta.json +++ b/recipe/meta.json @@ -14,7 +14,7 @@ "jsonschema >=4.18,<4.24", "lxml =5.3.*", "make =4.4.*", - "mypy =1.13.*", + "mypy =1.14.*", "pip", "pylint =3.3.*", "pytest =8.3.*", diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 833f74db9..c615f23d3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -29,7 +29,7 @@ test: - isort 5.13.* - jq 1.7.* - make 4.4.* - - mypy 1.13.* + - mypy 1.14.* - pylint 3.3.* - pytest 8.3.* - pytest-cov 6.0.*