Skip to content

Commit 0cd3a12

Browse files
github-actions[bot]actions-usermistercrunch
authored
chore(🦾): bump python markdown 3.7 -> 3.8 (#33279)
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Maxime Beauchemin <[email protected]>
1 parent 35b3048 commit 0cd3a12

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,12 +371,14 @@ authorized_licenses = [
371371
"apache software",
372372
"apache software, bsd",
373373
"bsd",
374+
"bsd-3-clause",
374375
"isc license (iscl)",
375376
"isc license",
376377
"mit",
377378
"mozilla public license 2.0 (mpl 2.0)",
378379
"osi approved",
379380
"osi approved",
381+
"psf-2.0",
380382
"python software foundation",
381383
"the unlicense (unlicense)",
382384
"the unlicense",

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ mako==1.3.10
202202
# via
203203
# apache-superset (pyproject.toml)
204204
# alembic
205-
markdown==3.7
205+
markdown==3.8
206206
# via apache-superset (pyproject.toml)
207207
markdown-it-py==3.0.0
208208
# via rich

requirements/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ mako==1.3.10
415415
# -c requirements/base.txt
416416
# alembic
417417
# apache-superset
418-
markdown==3.7
418+
markdown==3.8
419419
# via
420420
# -c requirements/base.txt
421421
# apache-superset

0 commit comments

Comments
 (0)