Skip to content

Commit 79ca4a4

Browse files
build(deps): bump myst-parser from 3.0.1 to 4.0.0 in /docs/sphinx (#2109)
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 3.0.1 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/executablebooks/MyST-Parser/releases">myst-parser's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <ul> <li>⬆️ Support python&gt;=3.10, sphinx &gt;=7,<!-- raw HTML omitted -->=0.19,&lt;0.22 by <a href="https://github.com/chrisjsewell"><code>@​chrisjsewell</code></a> in <a href="https://redirect.github.com/executablebooks/MyST-Parser/pull/952">executablebooks/MyST-Parser#952</a></li> <li>👌 Improve footnote def/ref warnings and translations by <a href="https://github.com/chrisjsewell"><code>@​chrisjsewell</code></a> in <a href="https://redirect.github.com/executablebooks/MyST-Parser/pull/931">executablebooks/MyST-Parser#931</a></li> <li>📚 Fix typo by <a href="https://github.com/meli-lewis"><code>@​meli-lewis</code></a> in <a href="https://redirect.github.com/executablebooks/MyST-Parser/pull/940">executablebooks/MyST-Parser#940</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/meli-lewis"><code>@​meli-lewis</code></a> made their first contribution in <a href="https://redirect.github.com/executablebooks/MyST-Parser/pull/940">executablebooks/MyST-Parser#940</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0">https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md">myst-parser's changelog</a>.</em></p> <blockquote> <h2>4.0.0 - 2024-08-05</h2> <p>This release bumps the supported versions of:</p> <ul> <li>Python to <code>3.10</code> and greater</li> <li>Sphinx to <code>&gt;=7,&lt;9</code></li> <li>Docutils to <code>&gt;=0.19,&lt;0.22</code></li> </ul> <p>Additionally, footnotes are now parsed similar to the corresponding reStructuredText, in that resolution (between definitions and references) and ordering is now deferred to transforms on the doctree (in <a href="gh-pr:931">gh-pr:931</a>).</p> <p>This allows for the proper interaction with other docutils/sphinx transforms, including those that perform translations, and logging of warnings for duplicate/unreferenced footnote definitions and also for footnote references with no definitions.</p> <p>See the <a href="https://github.com/executablebooks/MyST-Parser/blob/master/#syntax/footnotes">footnotes guide</a> for more information.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0">v3.0.1...v4.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/ce37be5e3ba22786e1cad190237bedc252e78f85"><code>ce37be5</code></a> 🚀 Release v4.0.0 (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/954">#954</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/850f7c90b92a9daf3867bef7dfc2f58d6b963aed"><code>850f7c9</code></a> 👌 Improve footnote def/ref warnings and translations (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/931">#931</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/401e08c9504f8097d6796484e050b52e52e7c72c"><code>401e08c</code></a> ⬆️ Support python&gt;=3.10, sphinx &gt;=7,&lt;9, docutils&gt;=0.19,&lt;0.22 (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/952">#952</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/d3d7fbb6a4fd2ecd12c7a29d7de902a869897eb9"><code>d3d7fbb</code></a> 🔧 pre-commit autoupdate (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/946">#946</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/ad0f24f2206a9a7668bd5026d9f1d9a125ec0e50"><code>ad0f24f</code></a> 🔧 test fixes for sphinx 7.4 (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/945">#945</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/d448abf395c29bb649f81fba5c1a2bc49e195cc0"><code>d448abf</code></a> 📚 Fix typo (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/940">#940</a>)</li> <li>See full diff in <a href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=myst-parser&package-manager=pip&previous-version=3.0.1&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 13ce192 commit 79ca4a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sphinx/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ mdurl==0.1.2 \
212212
--hash=sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8 \
213213
--hash=sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba
214214
# via markdown-it-py
215-
myst-parser==3.0.1 \
216-
--hash=sha256:6457aaa33a5d474aca678b8ead9b3dc298e89c68e67012e73146ea6fd54babf1 \
217-
--hash=sha256:88f0cb406cb363b077d176b51c476f62d60604d68a8dcdf4832e080441301a87
215+
myst-parser==4.0.0 \
216+
--hash=sha256:851c9dfb44e36e56d15d05e72f02b80da21a9e0d07cba96baf5e2d476bb91531 \
217+
--hash=sha256:b9317997552424448c6096c2558872fdb6f81d3ecb3a40ce84a7518798f3f28d
218218
# via rules-python-docs (docs/sphinx/pyproject.toml)
219219
packaging==24.1 \
220220
--hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \

0 commit comments

Comments
 (0)