From 30e2ce22d2cb19d2d0f5f471d49685a36a74e2ce Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Mon, 26 Feb 2024 12:02:07 +0100 Subject: [PATCH] Dependencies: Update `pylint~=2.7.0` The version `pylint~=2.5` contains false positives for Python 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c862f426..fd909ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ docs = [ ] pre-commit = [ 'pre-commit~=2.2', - 'pylint~=2.5.2', + 'pylint~=2.7.0', ] tests = [ 'pytest~=7.2',