From 30328e95d2df9c4beab3ba6f63041c41233225bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:33:58 +0000 Subject: [PATCH] Bump docutils from 0.17 to 0.21.2 Bumps [docutils](https://docutils.sourceforge.io) from 0.17 to 0.21.2. --- updated-dependencies: - dependency-name: docutils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2591cc6..5031a0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dev = [ ] docs = [ # We cannot update sphinx to >6 until docutils==0.20 is released: https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/322 - "docutils==0.17", + "docutils==0.21.2", "sphinx<6", "sphinx-autobuild", "nbsphinx",