From d8dd88add91583f0f1252fbc8b8a38e5725214e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 09:35:01 +0000 Subject: [PATCH] [upd] pypi: Update docutils requirement from >=0.21.2 to >=0.23 Updates the requirements on [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) --- updated-dependencies: - dependency-name: docutils dependency-version: '0.23' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f0a630028..3cf519336 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ aiounittest==1.5.0 yamllint==1.38.0 wlc==2.0.0 coloredlogs==15.0.1 -docutils>=0.21.2;python_version <= "3.11" +docutils>=0.23;python_version <= "3.11" docutils>=0.22.4; python_version > "3.11" parameterized==0.9.0 granian[reload]==2.7.5