From e33eae83eb2b296191cd3bf40a1e6d40e3969255 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Jun 2022 01:25:55 +0000 Subject: [PATCH] module: update pylint to ~2.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8dc37a..97df1ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ requests = "~2.27" [tool.poetry.dev-dependencies] mypy = "0.960" -pylint = "~2.13" +pylint = "~2.14" rope = "~1.1" types-PyYAML = "~6.0" types-requests = "~2.27"