From 0fe4fcf9963038e1efe053f7a93b927db136b021 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:32:27 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6b3af00..d541004c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ comtypes = "^1.1.11" commitizen = "^2.17.8" pre-commit = "^2.13.0" codecov = "^2.1.11" -pylint = "^2.8.2" +pylint = "^3.0.0" isort = "^5.8.0" pytest = "^7.0.0" flake8 = "^4.0.0"