From 1f0fd5e846968abd8d9a6c0928324241ad7a4de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 18:45:58 +0000 Subject: [PATCH] build(deps-dev): 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3973c4..ba56858 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dev = [ "sphinx-tabs==3.5.0", "GitPython==3.1.50", "myst-parser==5.1.0", - "docutils==0.21.2", + "docutils==0.23", # Pytest "pytest==9.0.3",