From f01f2d69d7080a3a2b1af69083d62e836feba152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:29:22 +0000 Subject: [PATCH] deps(deps-dev): bump the dev-dependencies group with 3 updates Updates the requirements on [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [prek](https://github.com/j178/prek) to permit the latest version. Updates `mypy` from 1.20.2 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.1.0) Updates `ruff` from 0.15.12 to 0.15.14 - [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.12...0.15.14) Updates `prek` to 0.4.1 - [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.11...v0.4.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: prek dependency-version: 0.4.1 dependency-type: direct:development 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 a0e3b73..15c29c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,11 +16,11 @@ dev = [ "homeassistant-stubs==2026.4.4", "types-requests", "types-PyYAML", - "mypy==1.20.2", + "mypy==2.1.0", "pyright==1.1.409", - "ruff==0.15.12", + "ruff==0.15.14", "bandit[toml]==1.9.4", - "prek>=0.3.11", + "prek>=0.4.1", "voluptuous-stubs", "python-direnv", "prettier",