From 817ffc906489a6d578fcf9c0082506ebeb81f33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:42:29 +0000 Subject: [PATCH] Bump pylint from 3.3.8 to 4.0.2 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 4.0.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.8...v4.0.2) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.2 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..2d063ad 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.2 pytest-cov==6.2.1 pytest-xdist==3.8.0 pytest==8.4.1