fix(deps): update dependency markdownify to v1 (#81)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [markdownify](https://github.com/matthewwithanm/python-markdownify) | project.dependencies | major | `==0.14.1` -> `==1.1.0` | --- ### Release Notes <details> <summary>matthewwithanm/python-markdownify (markdownify)</summary> ### [`v1.1.0`](https://github.com/matthewwithanm/python-markdownify/releases/tag/1.1.0) [Compare Source](https://github.com/matthewwithanm/python-markdownify/compare/1.0.0...1.1.0) #### What's Changed - Support `video` tag with `poster` attribute by [@​itmammoth](https://github.com/itmammoth) in https://github.com/matthewwithanm/python-markdownify/pull/189 - Add missing newlines for definition lists by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/200 - In inline contexts, resolve `<br/>` to a space instead of an empty string by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/202 - Generalize `colspan` handling to handle missing header rows by [@​sbrown61](https://github.com/sbrown61) in https://github.com/matthewwithanm/python-markdownify/pull/203 #### New Contributors - [@​itmammoth](https://github.com/itmammoth) made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/189 - [@​sbrown61](https://github.com/sbrown61) made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/203 **Full Changelog**: https://github.com/matthewwithanm/python-markdownify/compare/1.0.0...1.1.0 ### [`v1.0.0`](https://github.com/matthewwithanm/python-markdownify/releases/tag/1.0.0) [Compare Source](https://github.com/matthewwithanm/python-markdownify/compare/0.14.1...1.0.0) #### Breaking Changes If you are using custom tag conversion functions (`convert_*()`), note that the function interface has changed. See [#​191](https://github.com/matthewwithanm/python-markdownify/issues/191) for details. #### What's Changed - Do not construct Markdown links in code spans and code blocks by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/165 - Insert a blank line between table caption, table content by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/167 - Allow a `wrap_width` value of `None` for unlimited line lengths by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/169 - Optimize empty-line handling for `<li>` and `<blockquote>` content by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/171 - Support HTML definition lists (`<dl>`, `<dt>`, and `<dd>`) by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/173 - Add a new `table_infer_header` configuration option to control table header row inference by [@​SomeBottle](https://github.com/SomeBottle) in https://github.com/matthewwithanm/python-markdownify/pull/161 - For `convert_*` functions, allow for tags with special characters in their name (like "subtag-name") by [@​Fess-AKA-DeadMonk](https://github.com/Fess-AKA-DeadMonk) in https://github.com/matthewwithanm/python-markdownify/pull/136 - Code simplification to remove the `children_only` parameter by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/174 - Add blank line before ATX-style headings to avoid ambiguity by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/178 - Add blank line before/after preformatted blocks by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/179 - Remove superfluous leading/trailing whitespace by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/181 - Simplify computation of `convert_children_as_inline` variable by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/182 - When computing `<ol>`/`<li>` numbering, ignore non-`<li>` previous siblings by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/183 - Make conversion non-destructive to soup; improve div/article/section handling by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/184 - Propagate parent tag context downward to improve runtime by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/191 - Avoid stripping nonbreaking spaces by [@​jsm28](https://github.com/jsm28) in https://github.com/matthewwithanm/python-markdownify/pull/188 - Escape right square brackets by [@​jsm28](https://github.com/jsm28) in https://github.com/matthewwithanm/python-markdownify/pull/187 - Rename regex pattern variables by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/195 - Use a conversion function cache to improve runtime by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/196 - Use compiled regex patterns for escaping to improve runtime by [@​chrispy-snps](https://github.com/chrispy-snps) in https://github.com/matthewwithanm/python-markdownify/pull/194 #### New Contributors - [@​SomeBottle](https://github.com/SomeBottle) made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/161 - [@​Fess-AKA-DeadMonk](https://github.com/Fess-AKA-DeadMonk) made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/136 **Full Changelog**: https://github.com/matthewwithanm/python-markdownify/compare/0.14.1...1.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #81 Co-authored-by: Renovate <renovate@csw.im> Co-committed-by: Renovate <renovate@csw.im>
This commit is contained in:
parent
6b3398c3d0
commit
aa20b5dcc0
2 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ dependencies = [
|
|||
"aiosqlite==0.21.0",
|
||||
"beautifulsoup4==4.13.3",
|
||||
"colorthief==0.2.1",
|
||||
"markdownify==0.14.1",
|
||||
"markdownify==1.1.0",
|
||||
"numpy==2.2.4",
|
||||
"phx-class-registry==5.1.1",
|
||||
"pillow==10.4.0",
|
||||
|
|
8
uv.lock
generated
8
uv.lock
generated
|
@ -708,15 +708,15 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "markdownify"
|
||||
version = "0.14.1"
|
||||
version = "1.1.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "beautifulsoup4" },
|
||||
{ name = "six" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/1b/75/483a4bcca436fe88d02dc7686c372631d833848951b368700bdc0c770bb7/markdownify-0.14.1.tar.gz", hash = "sha256:a62a7a216947ed0b8dafb95b99b2ef4a0edd1e18d5653c656f68f03db2bfb2f1", size = 14332 }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/2f/78/c48fed23c7aebc2c16049062e72de1da3220c274de59d28c942acdc9ffb2/markdownify-1.1.0.tar.gz", hash = "sha256:449c0bbbf1401c5112379619524f33b63490a8fa479456d41de9dc9e37560ebd", size = 17127 }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/65/0b/74cec93a7b05edf4fc3ea1c899fe8a37f041d7b9d303c75abf7a162924e0/markdownify-0.14.1-py3-none-any.whl", hash = "sha256:4c46a6c0c12c6005ddcd49b45a5a890398b002ef51380cd319db62df5e09bc2a", size = 11530 },
|
||||
{ url = "https://files.pythonhosted.org/packages/64/11/b751af7ad41b254a802cf52f7bc1fca7cabe2388132f2ce60a1a6b9b9622/markdownify-1.1.0-py3-none-any.whl", hash = "sha256:32a5a08e9af02c8a6528942224c91b933b4bd2c7d078f9012943776fc313eeef", size = 13901 },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1699,7 +1699,7 @@ requires-dist = [
|
|||
{ name = "aiosqlite", specifier = "==0.21.0" },
|
||||
{ name = "beautifulsoup4", specifier = "==4.13.3" },
|
||||
{ name = "colorthief", specifier = "==0.2.1" },
|
||||
{ name = "markdownify", specifier = "==0.14.1" },
|
||||
{ name = "markdownify", specifier = "==1.1.0" },
|
||||
{ name = "numpy", specifier = "==2.2.4" },
|
||||
{ name = "phx-class-registry", specifier = "==5.1.1" },
|
||||
{ name = "pillow", specifier = "==10.4.0" },
|
||||
|
|
Loading…
Add table
Reference in a new issue