From 3bf5b9d3245d09f1159c512cbc4fe16278dd6023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 13:55:25 +0000 Subject: [PATCH] Update docutils requirement from <0.19 to <0.20 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] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index db1851ad6e..6b1d351720 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1 +1 @@ -docutils<0.19 +docutils<0.20