Skip to content

Commit 21aa19b

Browse files
Update flake8-rst-docstrings requirement from <=0.3.1 to <=0.4.0 in /src/bindings/python (#32308)
Updates the requirements on [flake8-rst-docstrings](https://github.com/peterjc/flake8-rst-docstrings) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/peterjc/flake8-rst-docstrings/commit/84eb0b3f5257b830c0feb4cd81d973ba6e38e2b5"><code>84eb0b3</code></a> Release v0.4.0 today</li> <li><a href="https://github.com/peterjc/flake8-rst-docstrings/commit/12360129e955a27f5b0ab96bcaa79159b30c36ff"><code>1236012</code></a> Fix allow-prereleases setting</li> <li><a href="https://github.com/peterjc/flake8-rst-docstrings/commit/725d9737e734e83ffee6892a4baaaf8b92964e5c"><code>725d973</code></a> allow-prereleases: true to use Python 3.14 rc</li> <li><a href="https://github.com/peterjc/flake8-rst-docstrings/commit/3c472b4ee94e5dec39b7ddf65eabc7ccd58d6521"><code>3c472b4</code></a> Update checkout &amp; setup-python actions</li> <li><a href="https://github.com/peterjc/flake8-rst-docstrings/commit/9a31fb67b5fa17c1945df52d5bcfde0e37068e79"><code>9a31fb6</code></a> docutils v0.22 fixed double RST212</li> <li><a href="https://github.com/peterjc/flake8-rst-docstrings/commit/8cf83d47b93dcead0bd882f2c7e131715416229f"><code>8cf83d4</code></a> RST401 now RST309 (downgraded in docutils v0.22)</li> <li><a href="https://github.com/peterjc/flake8-rst-docstrings/commit/881077fc394d4881be2795f3e9517929e661d442"><code>881077f</code></a> Define RST308</li> <li><a href="https://github.com/peterjc/flake8-rst-docstrings/commit/60bb674a06e24080fdb4402466e2262486a1fc62"><code>60bb674</code></a> Old example downgraded to INFO in docutils 0.22</li> <li><a href="https://github.com/peterjc/flake8-rst-docstrings/commit/bb2f3defccbbf6c2165df90dfa6978b0d1e0629d"><code>bb2f3de</code></a> Update tests with docutils v0.22.2</li> <li><a href="https://github.com/peterjc/flake8-rst-docstrings/commit/c399b0e5c50afb8981813f6fc9efc47bfad22e6a"><code>c399b0e</code></a> Version bump to require Python 3.9</li> <li>Additional commits viewable in <a href="https://github.com/peterjc/flake8-rst-docstrings/compare/v0.0.1...v0.4.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 81b1843 commit 21aa19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/python/requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ flake8-expression-complexity<=0.0.11
1616
flake8-pep585<=0.1.7
1717
flake8-print<=5.0.0
1818
flake8-pytest-style<=2.1.0
19-
flake8-rst-docstrings<=0.3.1
19+
flake8-rst-docstrings<=0.4.0
2020
pygments
2121
flake8-string-format<=0.3.0
2222
flake8-variables-names<=0.0.6

0 commit comments

Comments
 (0)