diff --git a/pyproject.toml b/pyproject.toml index d8c05783f57..687c0b56f57 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 32fb1996056..9d280721a6d 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 0773a73fdcc..aa5af1ba892 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