From 91a3115f7ec8dfe8a95d8e6d90e4cf209bb2c15f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 10:26:19 +0200 Subject: [PATCH] Update pylint requirement from ~=2.17.0 to ~=2.17.1 (#808) --- linting-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linting-requirements.txt b/linting-requirements.txt index 5c3f77eb5..8dee62296 100644 --- a/linting-requirements.txt +++ b/linting-requirements.txt @@ -1,4 +1,4 @@ # Dependencies for code linting -pylint~=2.17.0 +pylint~=2.17.1 # mypy