From 25f39af09c191ab06c9c1542dab28e3dd862f546 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:08:59 +0000 Subject: [PATCH] chore(deps): update dependency markdown to v3.10.2 --- actions/check-thirdparty-notice/check_thirdparty_notice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/check-thirdparty-notice/check_thirdparty_notice.py b/actions/check-thirdparty-notice/check_thirdparty_notice.py index d02957b..3d750cf 100644 --- a/actions/check-thirdparty-notice/check_thirdparty_notice.py +++ b/actions/check-thirdparty-notice/check_thirdparty_notice.py @@ -6,7 +6,7 @@ # requires-python = ">=3.9" # dependencies = [ # "beautifulsoup4==4.14.3", -# "markdown==3.10.1", +# "markdown==3.10.2", # "pip-requirements-parser==32.0.1", # "pyproject-metadata==0.10.0", # ]