Skip to content

Commit 76072ae

Browse files
Build(deps): Update colorlog requirement from ~=6.10.1 to ~=6.11.0 (#356)
Updates the requirements on [colorlog](https://github.com/borntyping/python-colorlog) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/borntyping/python-colorlog/releases">colorlog's releases</a>.</em></p> <blockquote> <h2>v6.11.0</h2> <h2>What's Changed</h2> <ul> <li>Update README and examples to reflect current API by <a href="https://github.com/maxime-bc"><code>@​maxime-bc</code></a> in <a href="https://redirect.github.com/borntyping/python-colorlog/pull/140">borntyping/python-colorlog#140</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/borntyping/python-colorlog/compare/v6.10.1...v6.11.0">https://github.com/borntyping/python-colorlog/compare/v6.10.1...v6.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/borntyping/python-colorlog/commit/512e948bba369d46521a74f1d78250f0a651b545"><code>512e948</code></a> Bump version</li> <li><a href="https://github.com/borntyping/python-colorlog/commit/fee6813afe4786d562517a11f3b0d4bbfc00b634"><code>fee6813</code></a> Remove useless statement</li> <li><a href="https://github.com/borntyping/python-colorlog/commit/5291d6a5a033b9b63f566df391b32f7437a7ad73"><code>5291d6a</code></a> Replace spaces with tab</li> <li><a href="https://github.com/borntyping/python-colorlog/commit/5b9e7e45f6f5570934397d1af1dc36cbfd4156b0"><code>5b9e7e4</code></a> Update examples</li> <li><a href="https://github.com/borntyping/python-colorlog/commit/2837440498896f427ea0e4a30d4d31354e450248"><code>2837440</code></a> Improve ColoredFormatter args doc</li> <li><a href="https://github.com/borntyping/python-colorlog/commit/25f7cf011e8b0eb1bb7b2766f652976a179f8d41"><code>25f7cf0</code></a> Fix secondary_log_colors default</li> <li><a href="https://github.com/borntyping/python-colorlog/commit/f77425b0a79fcd7367a440bc3da42981c5a9df1b"><code>f77425b</code></a> Use double quotes in example</li> <li><a href="https://github.com/borntyping/python-colorlog/commit/d4ef075f4dd60ac4e44abe254e73a6be6fa90c19"><code>d4ef075</code></a> Small fix</li> <li><a href="https://github.com/borntyping/python-colorlog/commit/7ae5508c5c39e54c02ee2507690635a0725d0a30"><code>7ae5508</code></a> Update example</li> <li><a href="https://github.com/borntyping/python-colorlog/commit/b00f03cf03db1f9188fa0133cd7793f768a6349b"><code>b00f03c</code></a> Update debian link</li> <li>Additional commits viewable in <a href="https://github.com/borntyping/python-colorlog/compare/v6.10.1...v6.11.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 74bdf9d + be99212 commit 76072ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ configparser~=7.2.0
33
psutil~=7.2.2
44
requests~=2.34.2
55
DateTime~=6.0
6-
colorlog~=6.10.1
6+
colorlog~=6.11.0
77
aiofiles~=25.1.0
88
joblib~=1.5.3
99
numpy~=2.5.1

0 commit comments

Comments
 (0)