diff --git a/pyproject.toml b/pyproject.toml index d8c05783f575eb9769df1f909af712af46729155..687c0b56f57a347e451b2d0e7e7b65190ca4cb66 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 32fb1996056b7d110756790a215d4302be404bf0..9d280721a6d74fb79de23434f9d3277831ceda5c 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 0773a73fdcc47a0c48109d309371365f472ac7cd..aa5af1ba892077a30e1a6e239a8f95bf4b0aafc1 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