From a0851b5bfae034246b6dc2d336bf48c866846a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:52:34 +0000 Subject: [PATCH] Update pylint requirement from 3.3.1 to 3.3.2 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.3.1...v3.3.2) --- updated-dependencies: - dependency-name: pylint 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 58627fc..79e1c67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python = ">=3.12,<3.13" hass-nabucasa = "0.81.1" pre-commit = "4.0.1" pre-commit-hooks = "5.0.0" -pylint = "3.3.1" +pylint = "3.3.2" ruff = "0.8.1" [tool.poetry.urls]