From eae3317623e9c8d94a699a0fd3c0c175ac2e93f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 21:23:17 +0000 Subject: [PATCH] Update colorlog requirement from >=6.10.1 to >=6.11.0 Updates the requirements on [colorlog](https://github.com/borntyping/python-colorlog) to permit the latest version. - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](https://github.com/borntyping/python-colorlog/compare/v6.10.1...v6.11.0) --- updated-dependencies: - dependency-name: colorlog dependency-version: 6.11.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 ff49dd6..dc381d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -colorlog>=6.10.1 +colorlog>=6.11.0 homeassistant>=2025.12.4 pip>=21.3.1 ruff>=0.14.9