From 631aa6e8bf25a103871321767e8597261810b7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 14:31:39 +0000 Subject: [PATCH] build(deps): update docutils requirement from <0.21 to <0.22 Updates the requirements on [docutils](https://docutils.sourceforge.io) to permit the latest version. --- updated-dependencies: - dependency-name: docutils dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bf90aad144..60d9a7cfeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ docs = [ "sphinx>=3.0.0,!=3.5.0", "sphinxemoji>=0.1.8", "sphinx-copybutton>=0.3.1", - "docutils<0.21", + "docutils<0.22", "recommonmark>=0.7.1", "sphinx-markdown-tables>=0.0.15", "sphinx-tabs>=3.3.0", @@ -114,7 +114,7 @@ dev = [ "sphinx>=3.0.0,!=3.5.0", "sphinxemoji>=0.1.8", "sphinx-copybutton>=0.3.1", - "docutils<0.21", + "docutils<0.22", "recommonmark>=0.7.1", "sphinx-markdown-tables>=0.0.15", "sphinx-tabs>=3.3.0",