From 0b7eb0cafc105754ab5aa5b568f0f89e32819606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:39:53 +0000 Subject: [PATCH] Update pylint requirement from >=4.0.4 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/v4.0.4...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 c01b0cbe..88235235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dev = [ "homeassistant-stubs==2026.1.0", "mypy>=1.19.1", "PyGithub>=2.6", - "pylint>=4.0.4", + "pylint>=4.0.5", "pytest>=9.0.2", "ruff>=0.14.4", "types-requests>=2.32.4.20260107",