From 0cd3a12daa126a59a5f78c3b48c7c35a532e048a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 6 May 2025 09:06:59 -0700
Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=A6=BE):=20bump=20python=20markdown?=
 =?UTF-8?q?=203.7=20->=203.8=20(#33279)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
---
 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
-- 
GitLab