-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit 21aa19b
authored
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 & 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 21aa19bCopy full SHA for 21aa19b
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- src/bindings/python
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: src/bindings/python/requirements_test.txt
src/bindings/python/requirements_test.txt
Copy file name to clipboardExpand all lines: src/bindings/python/requirements_test.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
0 commit comments