From 9d53071940db3e7f488709b1830dd1298d30e510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 02:03:20 +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] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f201816b..794f668f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,4 +2,4 @@ # SPDX-License-Identifier: BUSL-1.1 flake8>=7.3.0 # Apache-2.0 pytest>=9.1.0 # MIT -pylint>=4.0.6 # GPLv2 +pylint>=4.0.7 # GPLv2