From 10ef073cace02e348531da376a33dee4dbc6e15f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:49:57 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 33c4fafda..16c6bcd3f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ mypy~=1.5.0 pre-commit~=3.4.0 -pylint~=2.17.4 +pylint~=3.0.0 sourcery~=1.10.0 types-Pillow~=10.0.0.2 types-PyYAML~=6.0.12.10