From 43644aae986b8066e1c36d6f38b36a8ac42bd54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:53:21 -0400 Subject: [PATCH] Bump colorlog from 6.8.0 to 6.8.2 (#91) Bumps [colorlog](https://github.com/borntyping/python-colorlog) from 6.8.0 to 6.8.2. - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](https://github.com/borntyping/python-colorlog/compare/v6.8.0...v6.8.2) --- updated-dependencies: - dependency-name: colorlog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6a0a405..3a6ea5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -colorlog==6.8.0 +colorlog==6.8.2 homeassistant>=2023.8.1 pip>=21.0,<23.4 ruff==0.1.8 diff --git a/requirements_test.txt b/requirements_test.txt index d1ca6cc..bdc38ea 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -12,4 +12,4 @@ aiogithubapi>=21.11.0 aiohttp>=3.8.3,<4.0 aiohttp_cors==0.7.0 asynctest==0.13.0 -colorlog==6.8.0 \ No newline at end of file +colorlog==6.8.2 \ No newline at end of file