From 112ed42b4ec2c35c6ccbdf88f3e8cff4e4fbb841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 09:23:08 +0000 Subject: [PATCH] Update pylint requirement from ~=4.0.6 to ~=4.0.7 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_requirements.txt b/setup_requirements.txt index 57c3f39..85dfd8e 100644 --- a/setup_requirements.txt +++ b/setup_requirements.txt @@ -1,3 +1,3 @@ flake8~=7.3.0 -pylint~=4.0.6 +pylint~=4.0.7 bandit~=1.9.4