From a7e5614832996790f98d860eb75059e12ef96f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:03:13 +0000 Subject: [PATCH] deps(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [prek](https://github.com/j178/prek) and [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Updates `ruff` from 0.16.5 to 0.16.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.5...0.16.6) Updates `prek` to 0.5.2 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](https://github.com/j178/prek/compare/v0.5.0...v0.5.2) Updates `pylint` from 4.0.7 to 4.0.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.7...v4.0.8) --- updated-dependencies: - dependency-name: prek dependency-version: 0.5.2 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pylint dependency-version: 4.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.16.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8034dcdb..7bc2363c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,14 +24,14 @@ dev = [ "types-PyYAML", "mypy==2.3.1", "pyright==1.1.411", - "ruff==0.16.5", + "ruff==0.16.6", "bandit[toml]==1.9.4", - "prek>=0.5.0", + "prek>=0.5.2", "voluptuous-stubs", "python-direnv", "prettier", "radon==6.0.1", - "pylint==4.0.7", + "pylint==4.0.8", # Pinned, not floored: each release pins one exact Home Assistant, so this # and the `homeassistant` pin above are a single choice rather than two. # 0.13.357 is the release that pins 2026.8.3 — the version pinned above; a