Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update myst-parser[linkify] requirement from <4,>=2 to >…
…=2,<5 (#537) Updates the requirements on [myst-parser[linkify]](https://github.com/executablebooks/MyST-Parser) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/executablebooks/MyST-Parser/releases">myst-parser[linkify]'s releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <ul> <li>⬆️ Support python>=3.10, sphinx >=7,<!-- raw HTML omitted -->=0.19,<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[linkify]'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>>=7,<9</code></li> <li>Docutils to <code>>=0.19,<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> <h2>3.0.1 - 2024-04-28</h2> <h3>🐛 Bug Fixes</h3> <ul> <li>Account for the final directive option having an empty value, by <a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a href="gh-pr:924">gh-pr:924</a></li> <li>Re-allow indented directive option blocks, by <a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a href="gh-pr:925">gh-pr:925</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.0...v3.0.1">v3.0.0...v3.0.1</a></p> <h2>3.0.0 - 2024-04-23</h2> <h3>Upgraded dependencies</h3> <ul> <li>⬆️ Add support for Python 3.12 by <a href="gh-user:hugovk">gh-user:hugovk</a> in <a href="gh-pr:848">gh-pr:848</a></li> <li>⬆️ Update docutils requirement from >=0.16,<!-- raw HTML omitted --></li> </ul> <h3>New features</h3> <ul> <li>✨ Allow for use of the <code>line-block</code> directive by <a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a href="gh-pr:900">gh-pr:900</a></li> <li>✨ Emits sphinx include-read event by <a href="gh-user:sumezulike">gh-user:sumezulike</a> in <a href="gh-pr:887">gh-pr:887</a></li> </ul> <h3>Improvements</h3> <ul> <li>👌 Nested parse attribution in <code>attr_block</code> by <a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a href="gh-pr:831">gh-pr:831</a></li> <li>👌 Directive option parsing by <a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <gh-pr:796</li> <li>👌 Improve directive parsing warnings by <a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a href="gh-pr:893">gh-pr:893</a></li> <li>👌 Allow for opening external links in new tabs (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/856">#856</a>) by <a href="gh-user:marjus45">gh-user:marjus45</a> in <a href="gh-pr:857">gh-pr:857</a></li> </ul> <h3>Internal</h3> <ul> <li>🔧 Replace black, isort, pyupgrade with ruff formatter by <a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a href="gh-pr:833">gh-pr:833</a></li> <li>🔧 remove redundant mypy config by <a href="gh-user:danieleades">gh-user:danieleades</a> in <a href="gh-pr:866">gh-pr:866</a></li> <li>🔧 Add additional Ruff lints (and fix issues) by <a href="gh-user:danieleades">gh-user:danieleades</a> in <a href="gh-pr:862">gh-pr:862</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>=3.10, sphinx >=7,<9, docutils>=0.19,<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><a href="https://github.com/executablebooks/MyST-Parser/commit/3d84ff87badc795d44451c79d7e78b8eef6c04bf"><code>3d84ff8</code></a> 🚀 Release v3.0.1 (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/926">#926</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/790a926df37861657cc083248c4d5580ebd4ebfc"><code>790a926</code></a> 🐛 FIX: allow indented option block (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/925">#925</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/446febadcaec172144e31927e935ee34bfdca4e2"><code>446feba</code></a> 🐛 FIX empty value for final directive option (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/924">#924</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/c9579c430a11064fc328b4c90b362de9383cdd2c"><code>c9579c4</code></a> 📚 Update live preview (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/921">#921</a>)</li> <li>Additional commits viewable in <a href="https://github.com/executablebooks/MyST-Parser/compare/v2.0.0...v4.0.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>
- Loading branch information