From 7b0438a0550bd0c7059dd910a3c446c266ab941d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 21:22:14 +0000 Subject: [PATCH] Bump pylint from 3.3.6 to 4.0.2 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.6 to 4.0.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.6...v4.0.2) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cab201a..4c1a6bb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ isort==6.0.1 flake8==7.2.0 flake8-bandit==4.1.1 flake8-quotes==3.4.0 -pylint==3.3.6 +pylint==4.0.2 mypy==1.15.0 types-requests==2.32.0.20250328 coverage==7.8.0