From e61dd125b181ae1868bbe452fba4cecd7bad453c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:34:36 +0000 Subject: [PATCH] Bump pylint from 3.3.8 to 4.0.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 4.0.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.8...v4.0.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 0f03ab8..47569b9 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ black==25.1.0 mypy==1.17.1 -pylint==3.3.8 +pylint==4.0.0 pytest-cov==6.2.1 pytest-xdist==3.8.0 pytest==8.4.1