mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Bump lintrunner from 0.12.5 to 0.12.7 (#23326)
Bumps [lintrunner](https://github.com/suo/lintrunner) from 0.12.5 to 0.12.7. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/suo/lintrunner/blob/main/CHANGELOG.md">lintrunner's changelog</a>.</em></p> <blockquote> <h2>[0.12.7] - 2024-12-05</h2> <h3>Bug Fixes</h3> <ul> <li>Build x86_64 wheels for Windows (<a href="a4d6b74693">a4d6b74</a>)</li> <li>Fix <a href="https://doc.rust-lang.org/clippy/">Clippy</a> violatoins (<a href="05ff6431bb">05ff643</a>)</li> <li>Fetch all commit history to fix MacOS builds (<a href="3770be65ee">3770be6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1b70da01a6"><code>1b70da0</code></a> chore(release): prep for 0.12.7</li> <li><a href="3770be65ee"><code>3770be6</code></a> [CI] Fetch full commit history (<a href="https://redirect.github.com/suo/lintrunner/issues/81">#81</a>)</li> <li><a href="b2482aff48"><code>b2482af</code></a> [CI] Use <code>actions/checkout@v4</code> (<a href="https://redirect.github.com/suo/lintrunner/issues/80">#80</a>)</li> <li><a href="05ff6431bb"><code>05ff643</code></a> Fix clippy violations (<a href="https://redirect.github.com/suo/lintrunner/issues/79">#79</a>)</li> <li><a href="1be20c6b8f"><code>1be20c6</code></a> chore(release): prep for 0.12.6</li> <li><a href="a4d6b74693"><code>a4d6b74</code></a> fix(build): build x86_64 wheels for Windows (<a href="https://redirect.github.com/suo/lintrunner/issues/73">#73</a>)</li> <li>See full diff in <a href="https://github.com/suo/lintrunner/compare/v0.12.5...v0.12.7">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
cd8775f518
commit
e1e3f623f6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# This file is auto updated by dependabot
|
||||
# When any package below is changed, you shall run "lintrunner init" again.
|
||||
lintrunner==0.12.5
|
||||
lintrunner==0.12.7
|
||||
lintrunner-adapters==0.12.4
|
||||
# RUFF
|
||||
ruff==0.9.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue