From ef55a3843b82703c72d5b427b5898c2b9be1852a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:27:21 +0000 Subject: [PATCH] Bump pylint from 3.3.6 to 4.0.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.6 to 4.0.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.6...v4.0.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.0 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..c44b0d0 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.0 mypy==1.15.0 types-requests==2.32.0.20250328 coverage==7.8.0