From 7b571334581c3e015c1abb23d4fcf3c3238b37b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:57:42 +0000 Subject: [PATCH] Bump docutils from 0.20.1 to 0.23 Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.20.1 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 b4c3df4..0d08b04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ docs = [ "nbsphinx==0.9.8", "nbsphinx-link==1.4.1", "ipython==8.39.0", - "docutils==0.20.1", + "docutils==0.23", ] dev = ["pre-commit>=2.12.1"] tests = ["pytest==9.1.1"]