From c57400469524f0b699d41782405382f372186e1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 16:55:59 +0000 Subject: [PATCH] Update dependency mypy to v1.14.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b80b5c..fa17664 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ test = [ ] types = [ - "mypy==1.13.0", + "mypy==1.14.0", "types-requests==2.32.0.20241016", ]