From c723c1ad0f15149ee48a6609c2701230f0cb0005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:23:21 +0000 Subject: [PATCH] Update pylint requirement in /dev_tools/requirements/deps 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/v3.3.0...v4.0.2) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev_tools/requirements/deps/pylint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_tools/requirements/deps/pylint.txt b/dev_tools/requirements/deps/pylint.txt index 3ff668adc..f8afe0786 100644 --- a/dev_tools/requirements/deps/pylint.txt +++ b/dev_tools/requirements/deps/pylint.txt @@ -1,4 +1,4 @@ -pylint~=3.3 +pylint~=4.0 -r resource_estimates_runtime.txt -r pytest.txt