From 67cd3cb768b0c894cd0a15aaef8c3e7b73090b1b Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 29 May 2025 16:49:22 +0300 Subject: [PATCH] Update dependency mypy to v1.16.0 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index a1b71fc..85cfda0 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,7 +1,7 @@ black==25.1.0 build==1.2.2.post1 isort==5.13.2 -mypy==1.15.0 +mypy==1.16.0 pylint==3.3.7 pytest-cov==6.1.1 pytest==8.3.5