From efb45d8c544b9e7c41cfa37627e498a90ecf6a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 02:53:02 +0000 Subject: [PATCH] deps(deps): Update pylint requirement in /software/driver 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/pylint-3.0.0a0...v2.17.7) --- updated-dependencies: - dependency-name: pylint dependency-version: 2.17.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- software/driver/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/driver/requirements-test.txt b/software/driver/requirements-test.txt index 2e8a15b..c45a528 100644 --- a/software/driver/requirements-test.txt +++ b/software/driver/requirements-test.txt @@ -9,7 +9,7 @@ pytest-mock>=3.11.1 flake8>=6.1.0 black>=23.7.0 mypy>=1.5.0 -pylint>=2.17.5 +pylint>=2.17.7 isort>=5.12.0 # Test utilities