aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2025-05-31 09:54:18 +0100
committerGravatar GitHub <[email protected]>2025-05-31 09:54:18 +0100
commit39df8e2a5e15a442c8b3e6d17c907ec05f26f6ec (patch)
treed9c1ec1853ea445ecb51ab7d1cf1091249670ffa /pyproject.toml
parentMerge pull request #3310 from python-discord/vivek/pastebin-codeblock (diff)
parentRemove broken hack for reflowing markdown text (diff)
Merge pull request #3286 from python-discord/dependabot/pip/markdownify-1.1.0
Bump markdownify from 0.14.1 to 1.1.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c8858057d..6b4b44a0e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ deepdiff = "7.0.1"
emoji = "2.14.1"
feedparser = "6.0.11"
lxml = "5.3.1"
-markdownify = "0.14.1"
+markdownify = "1.1.0"
pydantic = "2.10.6"
pydantic-settings = "2.8.1"
python-dateutil = "2.9.0.post0"