From f48ff71e8d184e072d4e2675cbc4abce75c40644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 07:55:19 +0000 Subject: [PATCH] chore(deps): update colorlog requirement from ==6.8.* to ==6.9.* 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.8.0...v6.9.0) --- updated-dependencies: - dependency-name: colorlog 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 1212161..5d2f04a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pip>=24.1,<25.0 ruff==0.8.* -colorlog==6.8.* +colorlog==6.9.* homeassistant==2024.5.5 aiocloudweather==2024.7.1 \ No newline at end of file