From b700756fdab7d384b88e47e55e8e2ff617e8cbab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 07:12:24 +0000 Subject: [PATCH] [Dependabot]: Update docutils requirement from ~=0.21 to ~=0.22 --- updated-dependencies: - dependency-name: docutils dependency-version: 0.22.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index b1b1a30..463f486 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,7 +2,7 @@ # Enforce latest version on ReadTheDocs sphinx ~= 8.2 -docutils ~= 0.21 +docutils ~= 0.22 docutils_stubs ~= 0.0.22 # ReadTheDocs Theme