From 279fc79bff1ca2f8768f2683417e1c7d1556ffaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:02:23 +0800 Subject: [PATCH] chore(deps): update dependency rstcheck to v6.2.4 (#756) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rstcheck](https://togithub.com/rstcheck/rstcheck) ([changelog](https://togithub.com/rstcheck/rstcheck/blob/main/CHANGELOG.md)) | `==6.2.1` -> `==6.2.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/rstcheck/6.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/rstcheck/6.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/rstcheck/6.2.1/6.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/rstcheck/6.2.1/6.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
rstcheck/rstcheck (rstcheck) ### [`v6.2.4`](https://togithub.com/rstcheck/rstcheck/blob/HEAD/CHANGELOG.md#v624-2024-07-07) [Compare Source](https://togithub.com/rstcheck/rstcheck/compare/v6.2.3...v6.2.4) [diff v6.2.3...v6.2.4](https://togithub.com/rstcheck/rstcheck/compare/v6.2.3...v6.2.4) ##### Documentation - Add note on how to disable pretty exception output ([#​228](https://togithub.com/rstcheck/rstcheck/pull/228)) ##### Miscellaneous - Add help text to `--version` flag ([#​228](https://togithub.com/rstcheck/rstcheck/pull/228)) ### [`v6.2.3`](https://togithub.com/rstcheck/rstcheck/blob/HEAD/CHANGELOG.md#v623-2024-07-07) [Compare Source](https://togithub.com/rstcheck/rstcheck/compare/v6.2.2...v6.2.3) [diff v6.2.2...v6.2.3](https://togithub.com/rstcheck/rstcheck/compare/v6.2.2...v6.2.3) ##### Bugfixes - Fix typer dependency by removing the `[standard]` extra which is only used on typer-slim. Typer by default has the extras included. ### [`v6.2.2`](https://togithub.com/rstcheck/rstcheck/blob/HEAD/CHANGELOG.md#v622-2024-07-07) [Compare Source](https://togithub.com/rstcheck/rstcheck/compare/v6.2.1...v6.2.2) [diff v6.2.1...v6.2.2](https://togithub.com/rstcheck/rstcheck/compare/v6.2.1...v6.2.2) ##### Miscellaneous - Bump min. version of typer and fix dependency group name ([#​223](https://togithub.com/rstcheck/rstcheck/issues/223)) - Update configs for dev tooling ([#​225](https://togithub.com/rstcheck/rstcheck/pull/225)) - Bump default python version to 3.12 ([#​225](https://togithub.com/rstcheck/rstcheck/pull/225))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/secretflow/spu). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0c9b6330..9b6bb997 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ myst-parser==3.0.1 -rstcheck==6.2.1 +rstcheck==6.2.4 sphinx==7.3.7 nbsphinx==0.9.4 sphinx-autobuild==2024.4.16