Skip to content

Commit 7965e5c

Browse files
fix(deps): update dependency colorlog to v6.9.0 (#61)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [colorlog](https://redirect.github.com/borntyping/python-colorlog) | `==6.7.0` -> `==6.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/colorlog/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/colorlog/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/colorlog/6.7.0/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/colorlog/6.7.0/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>borntyping/python-colorlog (colorlog)</summary> ### [`v6.9.0`](https://redirect.github.com/borntyping/python-colorlog/releases/tag/v6.9.0) [Compare Source](https://redirect.github.com/borntyping/python-colorlog/compare/v6.8.2...v6.9.0) #### What's Changed - Support python 3.13 in mypy by [@&#8203;passchieri](https://redirect.github.com/passchieri) in [https://github.com/borntyping/python-colorlog/pull/135](https://redirect.github.com/borntyping/python-colorlog/pull/135) #### New Contributors - [@&#8203;passchieri](https://redirect.github.com/passchieri) made their first contribution in [https://github.com/borntyping/python-colorlog/pull/135](https://redirect.github.com/borntyping/python-colorlog/pull/135) **Full Changelog**: borntyping/python-colorlog@v6.8.2...v6.9.0 ### [`v6.8.2`](https://redirect.github.com/borntyping/python-colorlog/releases/tag/v6.8.2): 6.8.2 [Compare Source](https://redirect.github.com/borntyping/python-colorlog/compare/v6.8.0...v6.8.2) #### What's Changed - Update package links in README by [@&#8203;buhtz](https://redirect.github.com/buhtz) in [https://github.com/borntyping/python-colorlog/pull/131](https://redirect.github.com/borntyping/python-colorlog/pull/131) - Added [docs/CONTRIBUTING.md](https://redirect.github.com/borntyping/python-colorlog/blob/main/docs/CONTRIBUTING.md). - Documented "bright" colours in the README. #### New Contributors - [@&#8203;buhtz](https://redirect.github.com/buhtz) made their first contribution in [https://github.com/borntyping/python-colorlog/pull/131](https://redirect.github.com/borntyping/python-colorlog/pull/131) **Full Changelog**: borntyping/python-colorlog@v6.8.0...v6.8.2 ### [`v6.8.0`](https://redirect.github.com/borntyping/python-colorlog/releases/tag/v6.8.0): 6.8.0 [Compare Source](https://redirect.github.com/borntyping/python-colorlog/compare/v6.7.0...v6.8.0) #### What's Changed - Remove universal wheel, python 2 is unsupported by [@&#8203;gopackgo90](https://redirect.github.com/gopackgo90) in [https://github.com/borntyping/python-colorlog/pull/126](https://redirect.github.com/borntyping/python-colorlog/pull/126) - Fix running tests in environment with NO_COLOR=1 by [@&#8203;mgorny](https://redirect.github.com/mgorny) in [https://github.com/borntyping/python-colorlog/pull/130](https://redirect.github.com/borntyping/python-colorlog/pull/130) #### New Contributors - [@&#8203;gopackgo90](https://redirect.github.com/gopackgo90) made their first contribution in [https://github.com/borntyping/python-colorlog/pull/126](https://redirect.github.com/borntyping/python-colorlog/pull/126) - [@&#8203;mgorny](https://redirect.github.com/mgorny) made their first contribution in [https://github.com/borntyping/python-colorlog/pull/130](https://redirect.github.com/borntyping/python-colorlog/pull/130) **Full Changelog**: borntyping/python-colorlog@v6.7.0...v6.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Hapag-Lloyd/errbot). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b9f2ca commit 7965e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"requests==2.32.3",
3535
"jinja2==3.1.6",
3636
"pyOpenSSL==24.3.0",
37-
"colorlog==6.7.0",
37+
"colorlog==6.9.0",
3838
"markdown==3.4.4",
3939
"ansi==0.3.7",
4040
"Pygments==2.16.1",

0 commit comments

Comments
 (0)