This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 8caa74354f6 chore(deps): bump markdown from 3.8.1 to 3.10.2 (#40389)
8caa74354f6 is described below
commit 8caa74354f690d1d7428f0dc9b7e6a61893fc8d0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 23 23:18:33 2026 -0700
chore(deps): bump markdown from 3.8.1 to 3.10.2 (#40389)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Claude <[email protected]>
Co-authored-by: Claude Sonnet 4.6 <[email protected]>
---
pyproject.toml | 2 +-
requirements/base.txt | 2 +-
requirements/development.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 244133450f4..bfa66afe867 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -66,7 +66,7 @@ dependencies = [
"isodate",
"jsonpath-ng>=1.6.1, <2",
"Mako>=1.2.2",
- "markdown>=3.0",
+ "markdown>=3.10.2",
# marshmallow>=4 has issues:
https://github.com/apache/superset/issues/33162
"marshmallow>=3.0, <4",
"marshmallow-union>=0.1",
diff --git a/requirements/base.txt b/requirements/base.txt
index dd7f7e82dee..8f652e4e8fa 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -213,7 +213,7 @@ mako==1.3.11
# -r requirements/base.in
# apache-superset (pyproject.toml)
# alembic
-markdown==3.8.1
+markdown==3.10.2
# via apache-superset (pyproject.toml)
markdown-it-py==3.0.0
# via rich
diff --git a/requirements/development.txt b/requirements/development.txt
index 804b324c480..6b1f3c447af 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -511,7 +511,7 @@ mako==1.3.11
# -c requirements/base-constraint.txt
# alembic
# apache-superset
-markdown==3.8.1
+markdown==3.10.2
# via
# -c requirements/base-constraint.txt
# apache-superset