diff options
author | 2025-01-01 13:46:43 +0000 | |
---|---|---|
committer | 2025-01-01 13:46:43 +0000 | |
commit | 2246207c5e8b439b1aaee216cef672b530e8bfa3 (patch) | |
tree | acb1e9fa15d235a9c943f2803c2a8f43ea249211 /pyproject.toml | |
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 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b26d5eb5c..fa48451a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ deepdiff = "7.0.1" emoji = "2.14.0" feedparser = "6.0.11" lxml = "5.3.0" -markdownify = "0.13.1" +markdownify = "0.14.1" python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" rapidfuzz = "3.10.1" |