From b20cf8027ac6c0bd870f852a0be89d03a9d4e8cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 06:45:29 +0000 Subject: [PATCH] Update docutils requirement from <0.20,>=0.10 to >=0.10,<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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76c757b684de..9f4fea5501ce 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.22", "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