From 5cd32d02f15062d397c7a7fe936bdda83f584af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 23:29:03 +0000 Subject: [PATCH] deps: update pylint requirement from >=3.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/v3.0.0...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e89deb7..8dfe2a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ docs = [ "mkdocstrings[python]>=1.0.4", "mkdocs-gen-files>=0.6.1", "mkdocs-literate-nav>=0.6.3", - "pylint>=3.0", + "pylint>=4.0.5", ] audit = [