From 04ba5da7c58301c98ddd45d75f90a1ba1ba66e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:27:23 +0000 Subject: [PATCH] chore(deps): bump markdown from 2.6.11 to 3.8.1 in /model_evaluation Bumps [markdown](https://github.com/Python-Markdown/markdown) from 2.6.11 to 3.8.1. - [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/2.6.11...3.8.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- model_evaluation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_evaluation/requirements.txt b/model_evaluation/requirements.txt index c9d2e9f5..b5b7a7ba 100644 --- a/model_evaluation/requirements.txt +++ b/model_evaluation/requirements.txt @@ -1,5 +1,5 @@ google-api-python-client==1.7.3 -Markdown==2.6.11 +Markdown==3.8.1 nltk==3.9 numpy==1.22.0 pandas==0.22.0