From 9055ca5ebbe64cb351c2a767323052f5df9c5b33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:50:49 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v2.17.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 298fee6..4d9f258 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.26.0 PyGithub==1.55 python-dotenv==0.19.1 autopep8==1.5.7 -pylint==2.11.1 +pylint==2.17.6 responses==0.16.0