From de425a7cdcccb13f664b0e850c04ef65d38badb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 07:26:28 +0000 Subject: [PATCH] Update pylint requirement from >=2.17.0 to >=4.0.5 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/pylint-3.0.0a0...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development ... 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 39bb4b4..ad89e53 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ pytest-mock>=3.11.1 black>=23.7.0 isort>=5.12.0 flake8>=6.1.0 -pylint>=2.17.0 +pylint>=4.0.5 mypy>=1.5.0 # Type Stubs