From 82a2b0f31ccffc80e9bf0a3069fa3b433220ef01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 09:01:13 +0000 Subject: [PATCH] Bump pylint from 2.13.8 to 4.0.3 in /python Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.13.8 to 4.0.3. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.13.8...v4.0.3) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 8d25a11..75301ec 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ flake8==4.0.1 mypy==0.950 -pylint==2.13.8 +pylint==4.0.3 pytest==7.1.2 pytest-cov==3.0.0