From b5e82a07bf2802044a1c49a5f7028bcd25aa7296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:30:08 +0000 Subject: [PATCH] chore(deps): update markdown requirement from >=3.5 to >=3.10.2 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.2) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 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 450c172f..2c1d823c 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.2