From 85c4b8aa5117368d2d21a9066411f4e96b0221af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:34:22 +0000 Subject: [PATCH] deps: update pylint requirement from >=4.0.6 to >=4.0.7 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/v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.7 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 d913cef..007abd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ docs = [ "mkdocstrings[python]>=1.0.6", "mkdocs-gen-files>=0.6.1", "mkdocs-literate-nav>=0.6.3", - "pylint>=4.0.6", + "pylint>=4.0.7", ] audit = [