From 18df68d1bf833bfd6af7db376bcc2014ae8e3b1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 02:34:15 +0000 Subject: [PATCH] module: update pylint to ~2.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e6b14b..a084ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ requests = "~2.28" [tool.poetry.dev-dependencies] mypy = "0.971" -pylint = "~2.14" +pylint = "~2.15" rope = "~1.3" types-PyYAML = "~6.0" types-requests = "~2.28"