From ff62b8bf83318bdbb75c3d0d3dda0d963ba7278a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:34:09 +0000 Subject: [PATCH] deps: update pylint requirement from >=4.0.5 to >=4.0.6 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.5...v4.0.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 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 600231c..b98729a 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>=4.0.5", + "pylint>=4.0.6", ] audit = [