From bc0b3d6223afdbb2e8c6184f225396f4a1ec90e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 17:58:58 +0000 Subject: [PATCH] Bump docutils from 0.21.2 to 0.23 Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.21.2 to 0.23. - [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.23' 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 303c6d9..e5a1a64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -e . build==1.2.2.post1 -docutils==0.21.2 +docutils==0.23 mypy==1.13.0; implementation_name=="cpython" pre-commit==4.0.1 pytest==8.3.3