From f95c3f9b3b183a410d97fa2ea2576ad50b29e9d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 10:03:26 +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 f6fbb7e6c086..7af73ee8e21f 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