From 3d15ef6d44a8eb3a67cc9b524616210fc600bd92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 06:57:58 +0000 Subject: [PATCH] Update docutils requirement from <0.20,>=0.10 to >=0.10,<0.21 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db82f2a018fe..0ccb4a343fb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ "colorama>=0.2.5,<0.4.7", - "docutils>=0.10,<0.20", + "docutils>=0.10,<0.21", "cryptography>=3.3.2,<40.0.2", "ruamel.yaml>=0.15.0,<=0.17.21", # ruamel.yaml only requires ruamel.yaml.clib for Python versions