From 8afa2f9f4748db29e52c3c712304ec59c9f13918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:31:05 +0000 Subject: [PATCH] deps(deps): bump the dev-dependencies group with 6 updates Updates the requirements on [homeassistant-stubs](https://github.com/KapJI/homeassistant-stubs), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [prek](https://github.com/j178/prek), [pytest](https://github.com/pytest-dev/pytest) and [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) to permit the latest version. Updates `homeassistant-stubs` from 2026.4.1 to 2026.4.2 - [Release notes](https://github.com/KapJI/homeassistant-stubs/releases) - [Commits](https://github.com/KapJI/homeassistant-stubs/compare/2026.4.1...2026.4.2) Updates `mypy` from 1.20.0 to 1.20.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.0...v1.20.1) Updates `ruff` from 0.15.9 to 0.15.10 - [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.15.9...0.15.10) Updates `prek` to 0.3.8 - [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.3.6...v0.3.8) Updates `pytest` to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.0...9.0.3) Updates `pytest-homeassistant-custom-component` to 0.13.323 - [Release notes](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/releases) - [Changelog](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/master/CHANGELOG.md) - [Commits](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.322...0.13.323) --- updated-dependencies: - dependency-name: homeassistant-stubs dependency-version: 2026.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: prek dependency-version: 0.3.8 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.323 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e3f469b..4ea6bc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,21 +13,21 @@ dependencies = [ [dependency-groups] dev = [ - "homeassistant-stubs==2026.4.1", + "homeassistant-stubs==2026.4.2", "types-requests", "types-PyYAML", - "mypy==1.20.0", + "mypy==1.20.1", "pyright==1.1.408", - "ruff==0.15.9", + "ruff==0.15.10", "bandit[toml]==1.9.4", - "prek>=0.3.6", + "prek>=0.3.8", "voluptuous-stubs", "python-direnv", "prettier", "radon==6.0.1", "pylint==4.0.5", - "pytest>=9.0.0", - "pytest-homeassistant-custom-component>=0.13.322", + "pytest>=9.0.3", + "pytest-homeassistant-custom-component>=0.13.323", "isort", "vulture>=2.14", ]