aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-30 14:37:58 +0000
committerGravatar GitHub <[email protected]>2024-12-30 14:37:58 +0000
commitfdcf9132acf0574c9c0331834e8b26d670f47f24 (patch)
treedc5059e6336437fdcd594a7861a3cb123250d241
parentBump ruff from 0.8.0 to 0.8.4 (#3220) (diff)
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]>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 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"
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"