Skip to content

Commit c65243c

Browse files
Update flake8-class-attributes-order requirement from <=0.2.0 to <=0.3.0 in /src/bindings/python (#30138)
Updates the requirements on [flake8-class-attributes-order](https://github.com/best-doctor/flake8-class-attributes-order) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/best-doctor/flake8-class-attributes-order/releases">flake8-class-attributes-order's releases</a>.</em></p> <blockquote> <h2>v0.3.0</h2> <ul> <li>Add support for setter/deleter methods</li> <li>Drop python3.8 support</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/best-doctor/flake8-class-attributes-order/blob/master/CHANGELOG.md">flake8-class-attributes-order's changelog</a>.</em></p> <blockquote> <h2>Version 0.3.0 (2025-03-20)</h2> <ul> <li>Add support for setter/deleter methods</li> <li>Drop Python 3.8 support</li> </ul> <h2>Version 0.2.0 (2024-02-21)</h2> <ul> <li>Add protected functions support</li> </ul> <h2>Version 0.1.3 (2022-02-24)</h2> <ul> <li>create valid error message for special method</li> <li>add python 3.9, 3.10 support</li> <li>gitlab actions instead of travis</li> <li>fixed flake8 errors</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/d064c15519b9700b948da157b718a73be2832cd4"><code>d064c15</code></a> Bump version</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/1e88c1012ed880150eab8263f60daac24b468920"><code>1e88c10</code></a> Merge pull request <a href="https://redirect.github.com/best-doctor/flake8-class-attributes-order/issues/31">#31</a> from noamkush/support-properties</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/7f981b6c45722f7f5ca10ea55718b0c6e23d13e2"><code>7f981b6</code></a> Removed Python 3.8 support.</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/ba39611f23f7abb36554bba6754b510365e7925d"><code>ba39611</code></a> Merge branch 'master' into support-properties</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/c7487c5365cfeba004e5635e67daa912870f3821"><code>c7487c5</code></a> Drop python 3.7 support</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/7df4a925d19c76aa12d992795e8e1976a427c359"><code>7df4a92</code></a> Added support for property setter/deleter.</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/8f3ac55292c6d26045584db9e8ede7d9e8cbfa9b"><code>8f3ac55</code></a> Update CI</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/305ab582e5ac5ccb61a1528c3bd4f665083b1681"><code>305ab58</code></a> Fix md</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/73843448d043eb43f9e6fc37d56801e292515890"><code>7384344</code></a> Fix md</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/3586eec9ced45152bfa74332b45b2d16b7648330"><code>3586eec</code></a> Fix readme</li> <li>Additional commits viewable in <a href="https://github.com/best-doctor/flake8-class-attributes-order/compare/v0.0.1...v0.3.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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa42124 commit c65243c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/python/requirements_test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ flake8<=7.1.2
66
flake8-annotations-complexity<=0.1.0
77
flake8-broken-line<=1.0.0
88
flake8-bugbear<=24.12.12
9-
flake8-class-attributes-order<=0.2.0
9+
flake8-class-attributes-order<=0.3.0
1010
flake8-comprehensions<=3.16.0
1111
flake8-debugger<=4.1.2
1212
flake8-docstrings<=1.7.0

0 commit comments

Comments
 (0)