From 8d0f9e8e232940f2b068da51a2e000ae3d8726a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 20:38:38 +0000 Subject: [PATCH] Update ruff requirement from <0.12.0,>=0.11.6 to >=0.11.6,<0.13.0 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.11.6...0.12.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 13931dc..4ef6b98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ colorlog>=6.9.0,<7.0.0 homeassistant>=2025.5.0,<2025.6.0 pytest-homeassistant-custom-component>=0.13.0,<0.14.0 pip>=21.3.1 -ruff>=0.11.6,<0.12.0 +ruff>=0.11.6,<0.13.0