Skip to content

Commit

Permalink
Update myst-parser[linkify] requirement from <2.1,>=1 to >=1,<3.1 in …
Browse files Browse the repository at this point in the history
…/requirements (#49)

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>v3.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>🐛 FIX empty value for final directive option by <a
href="https://github.com/chrisjsewell"><code>@​chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/924">executablebooks/MyST-Parser#924</a></li>
<li>🐛 FIX: allow indented option block by <a
href="https://github.com/chrisjsewell"><code>@​chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/925">executablebooks/MyST-Parser#925</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.0...v3.0.1">https://github.com/executablebooks/MyST-Parser/compare/v3.0.0...v3.0.1</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>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.1...v3.0.0">v3.0.1...v3.0.0</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 &gt;=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
&lt;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>
<li>🔧 mypy- disallow 'any generics' by <a
href="gh-user:danieleades">gh-user:danieleades</a> in <a
href="gh-pr:865">gh-pr:865</a></li>
<li>🔧 Fix docutils deprecation in option parsing by <a
href="gh-user:agoose77">gh-user:agoose77</a> in <a
href="gh-pr:842">gh-pr:842</a></li>
</ul>
<h3>Documentation</h3>
<ul>
<li>📚 Fix a broken link in configuration.md by <a
href="gh-user:zupo">gh-user:zupo</a> in <a
href="gh-pr:907">gh-pr:907</a></li>
<li>📚 Add linkify dependency to contributing docs. by <a
href="gh-user:jhcole">gh-user:jhcole</a> in <a
href="gh-pr:792">gh-pr:792</a></li>
<li>📚 Fix the double <code>used</code> in docs/syntax/math.md by <a
href="gh-user:ice-tong">gh-user:ice-tong</a> in <a
href="gh-pr:810">gh-pr:810</a></li>
<li>📚 Also add linkify to pip install command in README by <a
href="gh-user:n-peugnet">gh-user:n-peugnet</a> in <a
href="gh-pr:851">gh-pr:851</a></li>
<li>📚 Fix the code section title in live preview by <a
href="gh-user:BoboTiG">gh-user:BoboTiG</a> in <a
href="gh-pr:875">gh-pr:875</a></li>
<li>📚 Fix admonition example by <a
href="gh-user:72757373656c6c">gh-user:72757373656c6c</a> in <a
href="gh-pr:904">gh-pr:904</a></li>
<li>📚 Fix url for jupyter book gallery by <a
href="gh-user:72757373656c6c">gh-user:72757373656c6c</a> in <a
href="gh-pr:905">gh-pr:905</a></li>
<li>📚 Update theme version by <a
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:918">gh-pr:918</a></li>
<li>📚 Fix typo by <a
href="gh-user:blakeNaccarato">gh-user:blakeNaccarato</a> in <a
href="gh-pr:911">gh-pr:911</a></li>
<li>📚 Fix architecture typo (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/855">#855</a>)
by <a href="gh-user:72757373656c6c">gh-user:72757373656c6c</a> in <a
href="gh-pr:910">gh-pr:910</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.0">v2.0.0...v3.0.0</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<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><a
href="https://github.com/executablebooks/MyST-Parser/commit/1b44e0674dd1cb602fc5e26cd72b7b89bc0f3390"><code>1b44e06</code></a>
🚀 Release v3.0.0 (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/920">#920</a>)</li>
<li><a
href="https://github.com/executablebooks/MyST-Parser/commit/5ad2d6de98392cd9d6582d94f9b33efd5e96988b"><code>5ad2d6d</code></a>
🔧 More improvements for directive option parsing (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/919">#919</a>)</li>
<li><a
href="https://github.com/executablebooks/MyST-Parser/commit/8614ecac7233351cc9e11ec625a2d711357b7222"><code>8614eca</code></a>
📚 Update theme version (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/918">#918</a>)</li>
<li><a
href="https://github.com/executablebooks/MyST-Parser/commit/5416b9f3cb26f25e1fbd13b7cdbea70290ea9689"><code>5416b9f</code></a>
🔧 Update mypy to use sphinx v7.3 (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/917">#917</a>)</li>
<li><a
href="https://github.com/executablebooks/MyST-Parser/commit/167c902ef07c45da6fa4d1d7188e9476ef6ff262"><code>167c902</code></a>
⬆️ Update docutils requirement from &gt;=0.16,&lt;0.21 to
&gt;=0.18,&lt;0.22 (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/916">#916</a>)</li>
<li><a
href="https://github.com/executablebooks/MyST-Parser/commit/c00ef09c15512cc2a124f6cb7110520f3c46772f"><code>c00ef09</code></a>
📚 Fix architecture typo (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/855">#855</a>)
(<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/910">#910</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/executablebooks/MyST-Parser/compare/v1.0.0...v3.0.1">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
Guts committed May 1, 2024
2 parents f06839c + c56167e commit 4f7e464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/documentation.txt
@@ -1,7 +1,7 @@
# Documentation (for devs)
# -----------------------

myst-parser[linkify]>=1,<2.1
myst-parser[linkify]>=1,<3.1
sphinx-autobuild==2024.*
sphinx-copybutton>=0.2,<1
sphinx-rtd-theme>=1,<3

0 comments on commit 4f7e464

Please sign in to comment.