From 5d662d4ec7408187b3fae3243c668eaaefebfa56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:40:14 +0000 Subject: [PATCH] Bump docutils from 0.21.2 to 0.22.3 in /docs Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.21.2 to 0.22.3. - [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.22.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 7447db2b40..28d8593cac 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ archspec==0.2.5 ClusterShell==1.9.3 docutils==0.18.1; python_version < '3.9' -docutils==0.21.2; python_version >= '3.9' +docutils==0.22.3; python_version >= '3.9' fasteners==0.19; python_version < '3.10' fasteners==0.20; python_version >= '3.10' jinja2==3.0.3; python_version == '3.6'