From 10fecabbab31cc76d8e1ac2fd8cd704dd605a278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:12:42 +0000 Subject: [PATCH] Update docutils requirement from ==0.21.* to ==0.22.* 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-dev.txt | 2 +- requirements-readthedocs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2107597..3d5aca5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ setuptools >= 61 wheel # keep synchronous to requirements-readthedocs.txt -docutils == 0.21.* +docutils == 0.22.* furo myst-parser == 4.* sphinx == 8.* diff --git a/requirements-readthedocs.txt b/requirements-readthedocs.txt index f24bee6..aa2c119 100644 --- a/requirements-readthedocs.txt +++ b/requirements-readthedocs.txt @@ -3,7 +3,7 @@ pyjson5 == 2.0.0 # keep synchronous to requirements-dev.txt -docutils == 0.21.* +docutils == 0.22.* furo myst-parser == 4.* sphinx == 8.*