Skip to content

Commit

Permalink
build(deps): update markdownify requirement from <0.13,>=0.11 to >=0.…
Browse files Browse the repository at this point in the history
…11,<0.14 (#236)

Updates the requirements on
[markdownify](https://github.com/matthewwithanm/python-markdownify) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/matthewwithanm/python-markdownify/releases">markdownify's
releases</a>.</em></p>
<blockquote>
<h2>0.13.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Migrated the metadata into PEP 621-compliant pyproject.toml by <a
href="https://github.com/KOLANICH"><code>@​KOLANICH</code></a> in <a
href="https://redirect.github.com/matthewwithanm/python-markdownify/pull/138">matthewwithanm/python-markdownify#138</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/matthewwithanm/python-markdownify/compare/0.13.0...0.13.1">https://github.com/matthewwithanm/python-markdownify/compare/0.13.0...0.13.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/b5c724ab33a04b019e6938916f1c62bd2b4849d5"><code>b5c724a</code></a>
Merge branch 'develop'</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/964d89fa8ace65181402f69ca2482d83b84600f8"><code>964d89f</code></a>
bump to version v0.13.1</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/46dc1a002db6899759f0cc80162e365229593375"><code>46dc1a0</code></a>
Migrated the metadata into PEP 621-compliant pyproject.toml (<a
href="https://redirect.github.com/matthewwithanm/python-markdownify/issues/138">#138</a>)</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/8c810eb8a87c9e1b1eeca37e13ef0fb7233e3897"><code>8c810eb</code></a>
Merge branch 'develop'</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/f6c8daf8a58948c88256a09a60085e28e628564e"><code>f6c8daf</code></a>
bump to v0.13.0</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/75a678dab9d7cec2c18b58489ea4a66b6f794908"><code>75a678d</code></a>
fix pytest version to 8</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/0a5c89aa493ae0cdc090305ba14ef7fa1c6f13c4"><code>0a5c89a</code></a>
added test for ol start check</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/51390d738982e20267fd387ab356e995923951e6"><code>51390d7</code></a>
handle ol start value is not number (<a
href="https://redirect.github.com/matthewwithanm/python-markdownify/issues/127">#127</a>)</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/50b4640db2d7f88b44c20f947e705ba59f1b9fe0"><code>50b4640</code></a>
better naming for markup variables</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/7861b330cd05c0c19fc496530f02922d5493c568"><code>7861b33</code></a>
Special-case use of HTML tags for converting <code>\&lt;sub&gt;</code> /
<code>\&lt;sup&gt;</code> (<a
href="https://redirect.github.com/matthewwithanm/python-markdownify/issues/119">#119</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/matthewwithanm/python-markdownify/compare/0.11.0...0.13.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 authored Aug 2, 2024
2 parents bf16812 + 9f3eaf0 commit 25b58ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
imagesize>=1.4,<1.5
lunr[languages]>=0.7,<0.8
markdownify>=0.11,<0.13
markdownify>=0.11,<0.14
Mastodon.py>=1.8.1,<1.9
orjson>=3.8,<3.11
packaging>=20,<25
Expand Down

0 comments on commit 25b58ca

Please sign in to comment.