From 9f2847d9ba010bcac8e2247fcf1570623b3273b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:37:48 +0200 Subject: [PATCH] Update dependency colorlog to v6.8.2 (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [colorlog](https://togithub.com/borntyping/python-colorlog) | `==6.7.0` -> `==6.8.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/colorlog/6.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/colorlog/6.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/colorlog/6.7.0/6.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/colorlog/6.7.0/6.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
borntyping/python-colorlog (colorlog) ### [`v6.8.2`](https://togithub.com/borntyping/python-colorlog/releases/tag/v6.8.2): 6.8.2 [Compare Source](https://togithub.com/borntyping/python-colorlog/compare/v6.8.0...v6.8.2) #### What's Changed - Update package links in README by [@​buhtz](https://togithub.com/buhtz) in [https://github.com/borntyping/python-colorlog/pull/131](https://togithub.com/borntyping/python-colorlog/pull/131) - Added [docs/CONTRIBUTING.md](https://togithub.com/borntyping/python-colorlog/blob/main/docs/CONTRIBUTING.md). - Documented "bright" colours in the README. #### New Contributors - [@​buhtz](https://togithub.com/buhtz) made their first contribution in [https://github.com/borntyping/python-colorlog/pull/131](https://togithub.com/borntyping/python-colorlog/pull/131) **Full Changelog**: https://github.com/borntyping/python-colorlog/compare/v6.8.0...v6.8.2 ### [`v6.8.0`](https://togithub.com/borntyping/python-colorlog/releases/tag/v6.8.0): 6.8.0 [Compare Source](https://togithub.com/borntyping/python-colorlog/compare/v6.7.0...v6.8.0) #### What's Changed - Remove universal wheel, python 2 is unsupported by [@​gopackgo90](https://togithub.com/gopackgo90) in [https://github.com/borntyping/python-colorlog/pull/126](https://togithub.com/borntyping/python-colorlog/pull/126) - Fix running tests in environment with NO_COLOR=1 by [@​mgorny](https://togithub.com/mgorny) in [https://github.com/borntyping/python-colorlog/pull/130](https://togithub.com/borntyping/python-colorlog/pull/130) #### New Contributors - [@​gopackgo90](https://togithub.com/gopackgo90) made their first contribution in [https://github.com/borntyping/python-colorlog/pull/126](https://togithub.com/borntyping/python-colorlog/pull/126) - [@​mgorny](https://togithub.com/mgorny) made their first contribution in [https://github.com/borntyping/python-colorlog/pull/130](https://togithub.com/borntyping/python-colorlog/pull/130) **Full Changelog**: https://github.com/borntyping/python-colorlog/compare/v6.7.0...v6.8.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/DonRobo/ha-ha-integration). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 14cb7a1..a292ab7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -colorlog==6.7.0 +colorlog==6.8.2 homeassistant==2023.12.3 pip>=24.1,<25 ruff==0.5.5