From 17f1fba1ab12b0956af2f9d9b16e466a72f0ae06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:57:32 +0000 Subject: [PATCH] chore(deps): update markdown requirement from >=3.5 to >=3.10.3 Updates the requirements on [markdown](https://github.com/Python-Markdown/markdown) to permit the latest version. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.5...3.10.3) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e4f479..f0c178d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,4 +32,4 @@ torch>=2.0.0 hmmlearn>=0.3.0 shap>=0.45.0 psutil>=5.9 -markdown>=3.5 +markdown>=3.10.3