From b02bd85dde2cb7bfdef7fb2206ec9b9e3e9b9a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:46:45 +0000 Subject: [PATCH] Chore(deps): Update docutils requirement from <0.23 to <0.24 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.23' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79f3066..604bd78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dynamic = [ ] dependencies = [ "beautifulsoup4", - "docutils<0.23", + "docutils<0.24", "myst-parser", "sphinx<10", "sphinx-design>=0.6.1,<0.8",