This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin 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 0cd3a12daa chore(🦾): bump python markdown 3.7 -> 3.8 (#33279)
0cd3a12daa is described below
commit 0cd3a12daa126a59a5f78c3b48c7c35a532e048a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 6 09:06:59 2025 -0700
chore(🦾): bump python markdown 3.7 -> 3.8 (#33279)
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: Maxime Beauchemin <[email protected]>
---
pyproject.toml | 2 ++
requirements/base.txt | 2 +-
requirements/development.txt | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index d8c05783f5..687c0b56f5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -371,12 +371,14 @@ authorized_licenses = [
"apache software",
"apache software, bsd",
"bsd",
+ "bsd-3-clause",
"isc license (iscl)",
"isc license",
"mit",
"mozilla public license 2.0 (mpl 2.0)",
"osi approved",
"osi approved",
+ "psf-2.0",
"python software foundation",
"the unlicense (unlicense)",
"the unlicense",
diff --git a/requirements/base.txt b/requirements/base.txt
index 32fb199605..9d280721a6 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -202,7 +202,7 @@ mako==1.3.10
# via
# apache-superset (pyproject.toml)
# alembic
-markdown==3.7
+markdown==3.8
# via apache-superset (pyproject.toml)
markdown-it-py==3.0.0
# via rich
diff --git a/requirements/development.txt b/requirements/development.txt
index 0773a73fdc..aa5af1ba89 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -415,7 +415,7 @@ mako==1.3.10
# -c requirements/base.txt
# alembic
# apache-superset
-markdown==3.7
+markdown==3.8
# via
# -c requirements/base.txt
# apache-superset