From 1433b74f275431da1febb07b184466bcd524afd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:11:33 +0000 Subject: [PATCH] [uv]: Bump docutils from 0.21.2 to 0.22.4 Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.21.2 to 0.22.4. - [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.4 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 c12bd80..98df403 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -15,7 +15,7 @@ colorama==0.4.6 ; sys_platform == 'win32' # via # pytest # sphinx -docutils==0.21.2 ; python_full_version >= '3.11' +docutils==0.22.4 ; python_full_version >= '3.11' # via sphinx exceptiongroup==1.3.1 ; python_full_version < '3.11' # via pytest