From 8a0ef17e91f4130ac31b9b276a55c8ea921e30c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:14:45 +0000 Subject: [PATCH] [Dependabot]: Update docutils requirement from >=0.22.0 to >=0.22.4 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.22.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 13990044..8e25b953 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pyTooling >= 8.0 pyEDAA.Reports ~= 0.17.3 sphinx >= 9.1, < 10.0 -docutils >= 0.22.0 +docutils >= 0.22.4 docutils_stubs >= 0.0.22 Coverage ~= 7.13