From 45b40838e5357b27056bb72b34743b1bea581290 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 01:35:50 +0000 Subject: [PATCH] module: update pylint to ~3.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e38caa8..0a5d941 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ requests = "~2.29.0" [tool.poetry.dev-dependencies] mypy = "1.5.1" -pylint = "~2.17" +pylint = "~3.0.0" rope = "~1.10.0" types-PyYAML = "~6.0" types-requests = "~2.28"