diff options
| author | 2025-01-01 13:46:43 +0000 | |
|---|---|---|
| committer | 2025-01-01 13:46:43 +0000 | |
| commit | 2246207c5e8b439b1aaee216cef672b530e8bfa3 (patch) | |
| tree | acb1e9fa15d235a9c943f2803c2a8f43ea249211 /poetry.lock | |
| parent | Bump ruff from 0.8.0 to 0.8.4 (#3220) (diff) | |
| parent | Fix rendering of markdown headers in docs (diff) | |
Bump markdownify from 0.13.1 to 0.14.1 (#3205)
* Bump markdownify from 0.13.1 to 0.14.1
Bumps [markdownify](https://github.com/matthewwithanm/python-markdownify) from 0.13.1 to 0.14.1.
- [Release notes](https://github.com/matthewwithanm/python-markdownify/releases)
- [Commits](https://github.com/matthewwithanm/python-markdownify/compare/0.13.1...0.14.1)
---
updated-dependencies:
- dependency-name: markdownify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Remove surrounding whitespace from doc description markdown
* Fix rendering of markdown headers in docs
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: wookie184 <[email protected]>
Diffstat (limited to 'poetry.lock')
| -rw-r--r-- | poetry.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index 0d3999e9a..d02fcd134 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1151,13 +1151,13 @@ source = ["Cython (>=3.0.11)"] [[package]] name = "markdownify" -version = "0.13.1" +version = "0.14.1" description = "Convert HTML to markdown." optional = false python-versions = "*" files = [ - {file = "markdownify-0.13.1-py3-none-any.whl", hash = "sha256:1d181d43d20902bcc69d7be85b5316ed174d0dda72ff56e14ae4c95a4a407d22"}, - {file = "markdownify-0.13.1.tar.gz", hash = "sha256:ab257f9e6bd4075118828a28c9d02f8a4bfeb7421f558834aa79b2dfeb32a098"}, + {file = "markdownify-0.14.1-py3-none-any.whl", hash = "sha256:4c46a6c0c12c6005ddcd49b45a5a890398b002ef51380cd319db62df5e09bc2a"}, + {file = "markdownify-0.14.1.tar.gz", hash = "sha256:a62a7a216947ed0b8dafb95b99b2ef4a0edd1e18d5653c656f68f03db2bfb2f1"}, ] [package.dependencies] @@ -2611,4 +2611,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "7a98308ec84411b335b74cc6c990e28dc18b7e98f905bde1eb4e4713dbd11173" +content-hash = "d42ce38dc07698ca242a30f7f2836587a8965b07f707220b0b8bda9d11319305" |