From aaabc5b83fb46f24ea57d083885dc1e81d5e642a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:52:52 +0000 Subject: [PATCH] Update markdown requirement from <4.0,>=3.7 to >=3.10.2,<4.0 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.7...3.10.2) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-core.txt b/requirements-core.txt index 7154126..a2bb689 100644 --- a/requirements-core.txt +++ b/requirements-core.txt @@ -8,4 +8,4 @@ defusedxml>=0.7.1,<1.0.0 Pillow>=12.2.0,<13.0.0 urllib3>=2.6.3,<3.0.0 validators>=0.35.0,<1.0.0 -Markdown>=3.7,<4.0 +Markdown>=3.10.2,<4.0