From fc0f34e344ecf8ffcdead7309995cf21207eeafe Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 11 Dec 2023 15:32:38 +0200 Subject: [PATCH] Update dependency pylint to v3.0.3 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 644e136..9f31731 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,7 +2,7 @@ black==23.11.0 build==1.0.3 isort==5.13.0 mypy==1.7.1 -pylint==3.0.2 +pylint==3.0.3 pytest-asyncio==0.23.2 pytest-cov==4.1.0 pytest==7.4.3