From 60cc3f22d8c57e8d627946b5bb7dff344d9f4ca1 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 20 Sep 2024 16:22:35 +0300 Subject: [PATCH] Update dependency pylint to v3.3.0 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 596b2cf..4479231 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,7 +2,7 @@ black==24.8.0 build==1.2.2 isort==5.13.2 mypy==1.11.2 -pylint==3.2.7 +pylint==3.3.0 pytest-asyncio==0.24.0 pytest-cov==5.0.0 pytest==8.3.3 -- 2.39.2