From 5bc4516a6d81ea7e8fce4616856356532e2e4061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:09:11 +0000 Subject: [PATCH] Bump pylint from 3.3.7 to 4.0.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.7 to 4.0.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.7...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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cbbb247..c0e7488 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flake8==7.2.0 -pylint==3.3.7 +pylint==4.0.0 pytest==8.3.5 pytest-clarity==1.0.1 pytest-cov==6.1.1