From b8e9425a0193f35ecb9e21a6ce653ae021d2a6d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 03:19:40 +0000 Subject: [PATCH] Update docutils requirement from <0.22 to <0.23 in the all group Updates the requirements on [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. Updates `docutils` 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 dependency-group: all ... 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 bd209088..faa0b889 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -docutils<0.22 +docutils<0.23 sphinx-rtd-theme sphinx_autodoc_typehints