From f16f76952635965f341a06de7da69c30bf62b7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:34:32 +0000 Subject: [PATCH] Update markdown-it-py requirement from <4,>=3 to >=4.2.0,<5 in /tools Updates the requirements on [markdown-it-py](https://github.com/executablebooks/markdown-it-py) to permit the latest version. - [Release notes](https://github.com/executablebooks/markdown-it-py/releases) - [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/markdown-it-py/compare/v3.0.0...v4.2.0) --- updated-dependencies: - dependency-name: markdown-it-py dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements-docs.txt b/tools/requirements-docs.txt index 04b8f42..ba7fdf8 100644 --- a/tools/requirements-docs.txt +++ b/tools/requirements-docs.txt @@ -1 +1 @@ -markdown-it-py>=3,<4 +markdown-it-py>=4.2.0,<5