From 4ea8d6706582dcb58d038687b93e1abcf460b3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Srokosz?= Date: Mon, 9 Mar 2026 13:46:33 +0100 Subject: [PATCH] Bump to v2.4.0, bump flake8 from 7.2.0 to 7.3.0, bump mypy from 1.14.1 to 1.19.1 --- lint_python/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lint_python/constants.py b/lint_python/constants.py index d9d86ee..26c5bb1 100644 --- a/lint_python/constants.py +++ b/lint_python/constants.py @@ -1,2 +1,2 @@ -__version__ = "2.3.1" -USED_LINTERS = ["isort==5.13.2", "black==24.8.0", "flake8==7.2.0", "mypy==1.14.1"] +__version__ = "2.4.0" +USED_LINTERS = ["isort==5.13.2", "black==24.8.0", "flake8==7.3.0", "mypy==1.19.1"]