From 6980ab3e601dd48e0170412723a0f8242267c3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:35:28 +0000 Subject: [PATCH] Update docutils requirement from <0.23 to <0.24 Updates the requirements on [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) --- updated-dependencies: - dependency-name: docutils dependency-version: '0.23' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cbfeaa4..98090a7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ sphinx>=8.1.3,<=8.3.0 sphinx-autodoc-typehints>=3.0.1,<3.2 sphinx-rtd-theme>=3.1.0,<3.2 -docutils<0.23 +docutils<0.24 sphinx-copybutton \ No newline at end of file