From f5daf31f3942f0cec665dc5d31300191f5cfc3b2 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 20 May 2024 11:11:30 +0300 Subject: [PATCH] Update dependency pylint to v3.2.2 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0ec9065..ba1903a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,7 +2,7 @@ black~=24.4.0 build==1.2.1 isort==5.13.2 mypy~=1.10.0 -pylint==3.2.1 +pylint==3.2.2 pytest-asyncio~=0.23.6 pytest-cov~=5.0.0 pytest~=8.2.0