onnxruntime/requirements-lintrunner.txt

9 lines
219 B
Text
Raw Permalink Normal View History

# This file is auto updated by dependabot
# When any package below is changed, you shall run "lintrunner init" again.
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="https://github.com/suo/lintrunner/commit/a4d6b7469307acae7228d95ee08a4764b1e655f2">a4d6b74</a>)</li> <li>Fix <a href="https://doc.rust-lang.org/clippy/">Clippy</a> violatoins (<a href="https://github.com/suo/lintrunner/commit/05ff6431bbeab7359e7b4e13e22cbb9e85c5c433">05ff643</a>)</li> <li>Fetch all commit history to fix MacOS builds (<a href="https://github.com/suo/lintrunner/commit/3770be65ee7b1186b83cf3873d47a439b275369d">3770be6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/suo/lintrunner/commit/1b70da01a6a9237c0f60b07d017f6fb60f49ac8c"><code>1b70da0</code></a> chore(release): prep for 0.12.7</li> <li><a href="https://github.com/suo/lintrunner/commit/3770be65ee7b1186b83cf3873d47a439b275369d"><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="https://github.com/suo/lintrunner/commit/b2482aff482160f741cde0ff4dbd3a961c7ef648"><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="https://github.com/suo/lintrunner/commit/05ff6431bbeab7359e7b4e13e22cbb9e85c5c433"><code>05ff643</code></a> Fix clippy violations (<a href="https://redirect.github.com/suo/lintrunner/issues/79">#79</a>)</li> <li><a href="https://github.com/suo/lintrunner/commit/1be20c6b8f1391df9a9a56fc7f38c781c2f44161"><code>1be20c6</code></a> chore(release): prep for 0.12.6</li> <li><a href="https://github.com/suo/lintrunner/commit/a4d6b7469307acae7228d95ee08a4764b1e655f2"><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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lintrunner&package-manager=pip&previous-version=0.12.5&new-version=0.12.7)](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>
2025-02-05 03:50:56 +00:00
lintrunner==0.12.7
lintrunner-adapters==0.12.4
# RUFF
Bump ruff from 0.9.3 to 0.9.4 (#23563) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.3 to 0.9.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>0.9.4</h2> <h2>Release Notes</h2> <h3>Preview features</h3> <ul> <li>[<code>airflow</code>] Extend airflow context parameter check for <code>BaseOperator.execute</code> (<code>AIR302</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15713">#15713</a>)</li> <li>[<code>airflow</code>] Update <code>AIR302</code> to check for deprecated context keys (<a href="https://redirect.github.com/astral-sh/ruff/pull/15144">#15144</a>)</li> <li>[<code>flake8-bandit</code>] Permit suspicious imports within stub files (<code>S4</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15822">#15822</a>)</li> <li>[<code>pylint</code>] Do not trigger <code>PLR6201</code> on empty collections (<a href="https://redirect.github.com/astral-sh/ruff/pull/15732">#15732</a>)</li> <li>[<code>refurb</code>] Do not emit diagnostic when loop variables are used outside loop body (<code>FURB122</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15757">#15757</a>)</li> <li>[<code>ruff</code>] Add support for more <code>re</code> patterns (<code>RUF055</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15764">#15764</a>)</li> <li>[<code>ruff</code>] Check for shadowed <code>map</code> before suggesting fix (<code>RUF058</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15790">#15790</a>)</li> <li>[<code>ruff</code>] Do not emit diagnostic when all arguments to <code>zip()</code> are variadic (<code>RUF058</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15744">#15744</a>)</li> <li>[<code>ruff</code>] Parenthesize fix when argument spans multiple lines for <code>unnecessary-round</code> (<code>RUF057</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15703">#15703</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>Preserve quote style in generated code (<a href="https://redirect.github.com/astral-sh/ruff/pull/15726">#15726</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/15778">#15778</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/15794">#15794</a>)</li> <li>[<code>flake8-bugbear</code>] Exempt <code>NewType</code> calls where the original type is immutable (<code>B008</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15765">#15765</a>)</li> <li>[<code>pylint</code>] Honor banned top-level imports by <code>TID253</code> in <code>PLC0415</code>. (<a href="https://redirect.github.com/astral-sh/ruff/pull/15628">#15628</a>)</li> <li>[<code>pyupgrade</code>] Ignore <code>is_typeddict</code> and <code>TypedDict</code> for <code>deprecated-import</code> (<code>UP035</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15800">#15800</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Fix formatter warning message for <code>flake8-quotes</code> option (<a href="https://redirect.github.com/astral-sh/ruff/pull/15788">#15788</a>)</li> <li>Implement tab autocomplete for <code>ruff config</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/15603">#15603</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[<code>flake8-comprehensions</code>] Do not emit <code>unnecessary-map</code> diagnostic when lambda has different arity (<code>C417</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15802">#15802</a>)</li> <li>[<code>flake8-comprehensions</code>] Parenthesize <code>sorted</code> when needed for <code>unnecessary-call-around-sorted</code> (<code>C413</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15825">#15825</a>)</li> <li>[<code>pyupgrade</code>] Handle end-of-line comments for <code>quoted-annotation</code> (<code>UP037</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15824">#15824</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add missing config docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/15803">#15803</a>)</li> <li>Add references to <code>trio.run_process</code> and <code>anyio.run_process</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/15761">#15761</a>)</li> <li>Use <code>uv init --lib</code> in tutorial (<a href="https://redirect.github.com/astral-sh/ruff/pull/15718">#15718</a>)</li> </ul> <h2>Contributors</h2> <ul> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> <li><a href="https://github.com/Garrett-R"><code>@​Garrett-R</code></a></li> <li><a href="https://github.com/InSyncWithFoo"><code>@​InSyncWithFoo</code></a></li> <li><a href="https://github.com/JelleZijlstra"><code>@​JelleZijlstra</code></a></li> <li><a href="https://github.com/Lee-W"><code>@​Lee-W</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/dcreager"><code>@​dcreager</code></a></li> <li><a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a></li> <li><a href="https://github.com/dylwil3"><code>@​dylwil3</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.9.4</h2> <h3>Preview features</h3> <ul> <li>[<code>airflow</code>] Extend airflow context parameter check for <code>BaseOperator.execute</code> (<code>AIR302</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15713">#15713</a>)</li> <li>[<code>airflow</code>] Update <code>AIR302</code> to check for deprecated context keys (<a href="https://redirect.github.com/astral-sh/ruff/pull/15144">#15144</a>)</li> <li>[<code>flake8-bandit</code>] Permit suspicious imports within stub files (<code>S4</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15822">#15822</a>)</li> <li>[<code>pylint</code>] Do not trigger <code>PLR6201</code> on empty collections (<a href="https://redirect.github.com/astral-sh/ruff/pull/15732">#15732</a>)</li> <li>[<code>refurb</code>] Do not emit diagnostic when loop variables are used outside loop body (<code>FURB122</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15757">#15757</a>)</li> <li>[<code>ruff</code>] Add support for more <code>re</code> patterns (<code>RUF055</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15764">#15764</a>)</li> <li>[<code>ruff</code>] Check for shadowed <code>map</code> before suggesting fix (<code>RUF058</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15790">#15790</a>)</li> <li>[<code>ruff</code>] Do not emit diagnostic when all arguments to <code>zip()</code> are variadic (<code>RUF058</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15744">#15744</a>)</li> <li>[<code>ruff</code>] Parenthesize fix when argument spans multiple lines for <code>unnecessary-round</code> (<code>RUF057</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15703">#15703</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>Preserve quote style in generated code (<a href="https://redirect.github.com/astral-sh/ruff/pull/15726">#15726</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/15778">#15778</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/15794">#15794</a>)</li> <li>[<code>flake8-bugbear</code>] Exempt <code>NewType</code> calls where the original type is immutable (<code>B008</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15765">#15765</a>)</li> <li>[<code>pylint</code>] Honor banned top-level imports by <code>TID253</code> in <code>PLC0415</code>. (<a href="https://redirect.github.com/astral-sh/ruff/pull/15628">#15628</a>)</li> <li>[<code>pyupgrade</code>] Ignore <code>is_typeddict</code> and <code>TypedDict</code> for <code>deprecated-import</code> (<code>UP035</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15800">#15800</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Fix formatter warning message for <code>flake8-quotes</code> option (<a href="https://redirect.github.com/astral-sh/ruff/pull/15788">#15788</a>)</li> <li>Implement tab autocomplete for <code>ruff config</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/15603">#15603</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[<code>flake8-comprehensions</code>] Do not emit <code>unnecessary-map</code> diagnostic when lambda has different arity (<code>C417</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15802">#15802</a>)</li> <li>[<code>flake8-comprehensions</code>] Parenthesize <code>sorted</code> when needed for <code>unnecessary-call-around-sorted</code> (<code>C413</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15825">#15825</a>)</li> <li>[<code>pyupgrade</code>] Handle end-of-line comments for <code>quoted-annotation</code> (<code>UP037</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15824">#15824</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add missing config docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/15803">#15803</a>)</li> <li>Add references to <code>trio.run_process</code> and <code>anyio.run_process</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/15761">#15761</a>)</li> <li>Use <code>uv init --lib</code> in tutorial (<a href="https://redirect.github.com/astral-sh/ruff/pull/15718">#15718</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/854ab030782d205445365c52815a11f5c7c07454"><code>854ab03</code></a> Bump version to 0.9.4 (<a href="https://redirect.github.com/astral-sh/ruff/issues/15831">#15831</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b0b8b062410afdee0c9948a23fc99de8e5a406b6"><code>b0b8b06</code></a> Remove semicolon after TypeScript interface definition (<a href="https://redirect.github.com/astral-sh/ruff/issues/15827">#15827</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/451f251a310b8a621e20df574fec06d22eba0beb"><code>451f251</code></a> [red-knot] Clarify behavior when redeclaring base class attributes (<a href="https://redirect.github.com/astral-sh/ruff/issues/15826">#15826</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/13cf3e65f1d1bae6844a8e033346825c459dce3e"><code>13cf3e6</code></a> [<code>flake8-comprehensions</code>] Parenthesize <code>sorted</code> when needed for `unnecessary-...</li> <li><a href="https://github.com/astral-sh/ruff/commit/56f956a238d83c9b49c5fdc08d5bd01aa81a3c03"><code>56f956a</code></a> [<code>pyupgrade</code>] Handle end-of-line comments for <code>quoted-annotation</code> (<code>UP037</code>) (...</li> <li><a href="https://github.com/astral-sh/ruff/commit/7a10a40b0d91216488b2b61ed54c9400c0c157fd"><code>7a10a40</code></a> [<code>flake8-bandit</code>] Permit suspicious imports within stub files (<code>S4</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/15822">#15822</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/3125332ec1bc86494feef57c6a6c64d3591a4831"><code>3125332</code></a> [red-knot] Format mdtest snippets with the latest version of black (<a href="https://redirect.github.com/astral-sh/ruff/issues/15819">#15819</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/15d886a50213dcd4013db028eeef15a60d182f98"><code>15d886a</code></a> [red-knot] Consider all definitions after terminal statements unreachable (<a href="https://redirect.github.com/astral-sh/ruff/issues/1">#1</a>...</li> <li><a href="https://github.com/astral-sh/ruff/commit/e1c9d10863c8c0255776da5fc32b43f5b3c07ff1"><code>e1c9d10</code></a> [<code>flake8-comprehensions</code>] Do not emit <code>unnecessary-map</code> diagnostic when lambd...</li> <li><a href="https://github.com/astral-sh/ruff/commit/23c98849fcb4427bc6d8bdb8accd914c197046e1"><code>23c9884</code></a> Preserve quotes in generated f-strings (<a href="https://redirect.github.com/astral-sh/ruff/issues/15794">#15794</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.9.3...0.9.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff&package-manager=pip&previous-version=0.9.3&new-version=0.9.4)](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>
2025-02-04 18:55:27 +00:00
ruff==0.9.4
# CLANGFORMAT
Bump clang-format from 19.1.6 to 19.1.7 (#23428) Bumps [clang-format](https://github.com/ssciwr/clang-format-wheel) from 19.1.6 to 19.1.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ssciwr/clang-format-wheel/commit/f865928dd2b4510e0de77b5765f334b3d1082f1d"><code>f865928</code></a> Bump to v19.1.7</li> <li>See full diff in <a href="https://github.com/ssciwr/clang-format-wheel/compare/v19.1.6...v19.1.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clang-format&package-manager=pip&previous-version=19.1.6&new-version=19.1.7)](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>
2025-01-21 20:41:16 +00:00
clang-format==19.1.7