From 271f9b54d893e89dabdee6045f5cc08b4660e0d6 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 13 May 2024 18:08:44 +0300 Subject: [PATCH] Update dependency pylint to v3.1.1 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index d36bd52..19f9838 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.1.0 +pylint==3.1.1 pytest-asyncio~=0.23.6 pytest-cov~=5.0.0 pytest~=8.2.0 -- 2.39.2