From 84fe3382ef74fd5d243f3ff2ca3712ef92c29ebb Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 25 Sep 2023 15:03:19 +0300 Subject: [PATCH] Update dependency pylint to v2.17.6 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 66a089c..b71de96 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,7 +2,7 @@ black==23.9.1 build==1.0.3 isort==5.12.0 mypy==1.5.1 -pylint==2.17.5 +pylint==2.17.6 pytest-asyncio==0.21.1 pytest-cov==4.1.0 pytest==7.4.2