From e30df5a2cb9468822b82f444fc3a9b4d42f75a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:16:40 +0000 Subject: [PATCH] deps(deps): bump the dev-dependencies group with 6 updates Updates the requirements on [mypy](https://github.com/python/mypy), [pyright](https://github.com/RobertCraigie/pyright-python), [ruff](https://github.com/astral-sh/ruff), [prek](https://github.com/j178/prek), [pytest](https://github.com/pytest-dev/pytest) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Updates `mypy` from 1.20.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.1...v1.20.2) Updates `pyright` from 1.1.408 to 1.1.409 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.408...v1.1.409) Updates `ruff` from 0.15.10 to 0.15.12 - [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.10...0.15.12) Updates `prek` to 0.3.11 - [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.9...v0.3.11) 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/7.0.0...9.0.3) Updates `pytest-asyncio` to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v1.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pyright dependency-version: 1.1.409 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: prek dependency-version: 0.3.11 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-asyncio dependency-version: 1.3.0 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- requirements_test.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ab54b0e..8f736704 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,11 +16,11 @@ dev = [ "homeassistant-stubs==2026.4.3", "types-requests", "types-PyYAML", - "mypy==1.20.1", - "pyright==1.1.408", - "ruff==0.15.10", + "mypy==1.20.2", + "pyright==1.1.409", + "ruff==0.15.12", "bandit[toml]==1.9.4", - "prek>=0.3.9", + "prek>=0.3.11", "voluptuous-stubs", "python-direnv", "prettier", diff --git a/requirements_test.txt b/requirements_test.txt index 14e45ceb..9f4d1513 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ -pytest>=7.0.0 -pytest-asyncio>=0.21.0 +pytest>=9.0.3 +pytest-asyncio>=1.3.0 setuptools>=65.7.0 pytest-homeassistant-custom-component>=0.13.320 homeassistant>=2026.3.4