From 8a90e39530e2291cfd55172271383e8b26e85c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 19:44:07 +0000 Subject: [PATCH 1/2] chore(deps): bump markdown from 3.10.2 to 3.10.3 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.10.2 to 3.10.3. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.10.2...3.10.3) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 394fd2429524..106e3a631dcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dependencies = [ "isodate", "jsonpath-ng>=1.8.0, <2", "Mako>=1.2.2", - "markdown>=3.10.2", + "markdown>=3.10.3", # marshmallow 4 compatibility: see superset/marshmallow_compatibility.py for a # Flask-AppBuilder workaround. Tracking issue: # https://github.com/apache/superset/issues/33162 From 15ae9fad67da403fb5bb577fed3d06072d1b8b85 Mon Sep 17 00:00:00 2001 From: rusackas Date: Thu, 6 Aug 2026 22:34:52 +0000 Subject: [PATCH 2/2] build(deps): sync pinned requirements for markdown 3.10.3 Co-Authored-By: Claude Opus 4.8 --- requirements/base.txt | 2 +- requirements/development.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index dd2e9b105319..93e0bb71b4ee 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -219,7 +219,7 @@ mako==1.3.12 # -r requirements/base.in # apache-superset (pyproject.toml) # alembic -markdown==3.10.2 +markdown==3.10.3 # via apache-superset (pyproject.toml) markdown-it-py==3.0.0 # via rich diff --git a/requirements/development.txt b/requirements/development.txt index 1c7b7dfde181..2278bb47e92d 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -521,7 +521,7 @@ mako==1.3.12 # -c requirements/base-constraint.txt # alembic # apache-superset -markdown==3.10.2 +markdown==3.10.3 # via # -c requirements/base-constraint.txt # apache-superset