From ba4a995da856f6d195d417b7df001d63dee7a3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:40:27 +0000 Subject: [PATCH] Bump docutils from 0.17.1 to 0.22 Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.17.1 to 0.22. - [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' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb022f14f..3cb624571 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ myst-parser==0.18.0 ablog==0.10.31 # pyup: ignore # Sphinx (checked with 4.3) requires docutils=<0.18 -docutils==0.17.1 # pyup: <0.18 +docutils==0.22 # pyup: <0.18 PyYAML==6.0.2 pytz==2024.2