Merge pull request #2896 from GSA/dependabot/pip/markdown-3.9

Bump markdown from 3.8.2 to 3.9
This commit is contained in:
ccostino
2025-09-04 22:24:52 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1836,14 +1836,14 @@ restructuredtext = ["rst2ansi"]
[[package]]
name = "markdown"
version = "3.8.2"
version = "3.9"
description = "Python implementation of John Gruber's Markdown."
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "markdown-3.8.2-py3-none-any.whl", hash = "sha256:5c83764dbd4e00bdd94d85a19b8d55ccca20fe35b2e678a1422b380324dd5f24"},
{file = "markdown-3.8.2.tar.gz", hash = "sha256:247b9a70dd12e27f67431ce62523e675b866d254f900c4fe75ce3dda62237c45"},
{file = "markdown-3.9-py3-none-any.whl", hash = "sha256:9f4d91ed810864ea88a6f32c07ba8bee1346c0cc1f6b1f9f6c822f2a9667d280"},
{file = "markdown-3.9.tar.gz", hash = "sha256:d2900fe1782bd33bdbbd56859defef70c2e78fc46668f8eb9df3128138f2cb6a"},
]
[package.extras]
@@ -4211,4 +4211,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "5e1354ffe7be5e493a45900d8b40acef6ca747de936cbc348a05fe756ea9dda8"
content-hash = "41373fe77091a8e94139675134d715b5ef51da1aee5b666ad0c5b226c33c16c9"

View File

@@ -35,7 +35,7 @@ python-dotenv = "==1.1.1"
rtreelib = "==0.2.0"
werkzeug = "^3.1.3"
wtforms = "~=3.1"
markdown = "^3.8"
markdown = "^3.9"
mistune = "^3.1.4"
async-timeout = "^5.0.1"
bleach = "^6.1.0"