Skip to content

Commit

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

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.14.1</h2>
<p>Fixes technical errors regarding the heading tag:</p>
<ul>
<li><a
href="https://redirect.github.com/matthewwithanm/python-markdownify/issues/142">matthewwithanm/python-markdownify#142</a></li>
<li><a
href="https://redirect.github.com/matthewwithanm/python-markdownify/issues/143">matthewwithanm/python-markdownify#143</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/matthewwithanm/python-markdownify/compare/0.14.0...0.14.1">https://github.com/matthewwithanm/python-markdownify/compare/0.14.0...0.14.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/8f70e3952f7f8132777e60ed098f8974e51f7cbd"><code>8f70e39</code></a>
Merge branch 'develop'</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/6258f5c38b97ab443b4ddf03e6676ce29b392d06"><code>6258f5c</code></a>
bump to version v0.14.1</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/3466061ca9d33afd06532e2e79b418b8e478d66b"><code>3466061</code></a>
prevent <code>\&lt;hn&gt;</code> to call convert_hn and crash</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/959561879693bf4a576f99c6733b50b01186aa08"><code>9595618</code></a>
prevent very large headline prefixes</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/e935ce819e9e377e7f5789e8e571276c19826993"><code>e935ce8</code></a>
Merge branch 'develop'</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/fe8a821a20629594668288cdfcfe74dd07b62bbf"><code>fe8a821</code></a>
bump to version v0.14.0</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/54c7ca99370ae5c72c971cbad8b258d81ff427b5"><code>54c7ca9</code></a>
renamed functions that return boolean</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/19780834af1e324b300de4b2061ef401eb513074"><code>1978083</code></a>
Merge branch 'alfonsrv-fix-pr-118' into jsm28-list-indentation</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/9202027e2666e43b86690c7c1afeb28d2d3adf27"><code>9202027</code></a>
ignore bs4 warnings in tests</li>
<li><a
href="https://github.com/matthewwithanm/python-markdownify/commit/9bf4ff14b9c4023241b3ce4c6a701e615cb8d77c"><code>9bf4ff1</code></a>
Merge branch 'jsm28-selective-escaping' into jsm28-list-indentation</li>
<li>Additional commits viewable in <a
href="https://github.com/matthewwithanm/python-markdownify/compare/0.11.0...0.14.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 Dec 1, 2024
2 parents 0df17c8 + 35325b3 commit 34c871c
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.14
markdownify>=0.11,<0.15
Mastodon.py>=1.8.1,<1.9
orjson>=3.8,<3.11
packaging>=20,<25
Expand Down

0 comments on commit 34c871c

Please sign in to comment.