From f9a4d5a4eb2523cb86822ce67a2d445903efb73f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:53:30 +0000 Subject: [PATCH] build(deps): update docutils requirement from <0.22 to <0.23 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.22.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index e84328b..62866f9 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -8,4 +8,4 @@ sphinx-copybutton==0.5.2 sphinx_rtd_theme==3.1.0 sphinx-design==0.7.0 sphinxcontrib-spelling==8.0.2 -docutils<0.22 +docutils<0.23