From 78a9963a3ba06f67a141586096d93aab8bb2b9ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 20:33:28 +0800 Subject: [PATCH] chore(deps): update dependency myst-parser to v3 (#664) 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 | |---|---|---|---|---|---| | [myst-parser](https://togithub.com/executablebooks/MyST-Parser) | `==2.0.0` -> `==3.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/myst-parser/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/myst-parser/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/myst-parser/2.0.0/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/myst-parser/2.0.0/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
executablebooks/MyST-Parser (myst-parser) ### [`v3.0.1`](https://togithub.com/executablebooks/MyST-Parser/blob/HEAD/CHANGELOG.md#301---2024-04-28) [Compare Source](https://togithub.com/executablebooks/MyST-Parser/compare/v3.0.0...v3.0.1) ##### 🐛 Bug Fixes - Account for the final directive option having an empty value, by in - Re-allow indented directive option blocks, by in **Full Changelog**: [v3.0.1...v3.0.0](https://togithub.com/executablebooks/MyST-Parser/compare/v3.0.1...v3.0.0) ### [`v3.0.0`](https://togithub.com/executablebooks/MyST-Parser/blob/HEAD/CHANGELOG.md#300---2024-04-23) [Compare Source](https://togithub.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.0) ##### Upgraded dependencies - ⬆️ Add support for Python 3.12 by in - ⬆️ Update docutils requirement from >=0.16,<0.21 to >=0.18,<0.22 by in ##### New features - ✨ Allow for use of the `line-block` directive by in - ✨ Emits sphinx include-read event by in ##### Improvements - 👌 Nested parse attribution in `attr_block` by in - 👌 Directive option parsing by in \ in - 👌 Allow for opening external links in new tabs ([#​856](https://togithub.com/executablebooks/MyST-Parser/issues/856)) by in ##### Internal - 🔧 Replace black, isort, pyupgrade with ruff formatter by in - 🔧 remove redundant mypy config by in - 🔧 Add additional Ruff lints (and fix issues) by in - 🔧 mypy- disallow 'any generics' by in - 🔧 Fix docutils deprecation in option parsing by in ##### Documentation - 📚 Fix a broken link in configuration.md by in - 📚 Add linkify dependency to contributing docs. by in - 📚 Fix the double `used` in docs/syntax/math.md by in - 📚 Also add linkify to pip install command in README by in - 📚 Fix the code section title in live preview by in - 📚 Fix admonition example by in - 📚 Fix url for jupyter book gallery by in - 📚 Update theme version by in - 📚 Fix typo by in - 📚 Fix architecture typo ([#​855](https://togithub.com/executablebooks/MyST-Parser/issues/855)) by in **Full Changelog**: [v2.0.0...v3.0.0](https://togithub.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.0)
--- ### 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 28bc7f78..0c9b6330 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -myst-parser==2.0.0 +myst-parser==3.0.1 rstcheck==6.2.1 sphinx==7.3.7 nbsphinx==0.9.4