From 30124527f7dd9e526527826990386a3a6df520a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 02:48:03 +0000 Subject: [PATCH] chore(deps): update docutils requirement from 0.20.1 to 0.21.2 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 7a19f27..f27b317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pandas = "2.2.2" pycanon = "1.0.1.post2" typing_extensions = "4.9.0" beartype = "0.17.2" -docutils = "0.20.1" +docutils = "0.21.2" [tool.poetry.group.dev.dependencies]