From e64805c56c322e642d5db743313fd05b10e1d346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:46:33 +0100 Subject: [PATCH] Bump docutils from 0.20.1 to 0.21.2 (#407) Bumps [docutils](https://docutils.sourceforge.io) from 0.20.1 to 0.21.2. --- updated-dependencies: - dependency-name: docutils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de63c38..303c6d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -e . build==1.2.2.post1 -docutils==0.20.1 +docutils==0.21.2 mypy==1.13.0; implementation_name=="cpython" pre-commit==4.0.1 pytest==8.3.3