Skip to content

Commit d9a5e6b

Browse files
Update flake8-class-attributes-order requirement from <=0.1.3 to <=0.2.0 in /src/bindings/python (openvinotoolkit#29185)
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.2.0</h2> <ul> <li>Add protected functions support</li> <li>Drop python 3.7 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.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/c7487c5365cfeba004e5635e67daa912870f3821"><code>c7487c5</code></a> Drop python 3.7 support</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><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/e578c2d2288762831ede621b30c76327b2cb239d"><code>e578c2d</code></a> Fix readme</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/eeea7c7922fceb4f29b89539343e88cb3f1b0f4a"><code>eeea7c7</code></a> Fix lib version</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/8b86677565f905f0be22b0cb2288c74b44319905"><code>8b86677</code></a> Upgrade lib version</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/a28e687910dc967bb90316c55f60dfc1a6cf5d34"><code>a28e687</code></a> Downgrade packaging for safety</li> <li><a href="https://github.com/best-doctor/flake8-class-attributes-order/commit/a5da15611059930479e1f0a57d88e482fb29d590"><code>a5da156</code></a> Upgrade safety</li> <li>Additional commits viewable in <a href="https://github.com/best-doctor/flake8-class-attributes-order/compare/v0.0.1...v0.2.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25910a7 commit d9a5e6b

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.0.8
77
flake8-broken-line<=1.0.0
88
flake8-bugbear<=24.12.12
9-
flake8-class-attributes-order<=0.1.3
9+
flake8-class-attributes-order<=0.2.0
1010
flake8-comprehensions<=3.16.0
1111
flake8-debugger<=4.1.2
1212
flake8-docstrings<=1.7.0

0 commit comments

Comments
 (0)