From cf8a40fde3343222bb45530f29fd985391d4ee97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:23:05 +0000 Subject: [PATCH] fix(deps): update docutils requirement from <1,>=0 to >=0.22.4,<1 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f72acdd..0ad6cf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ maintainers = [ license = {file = "LICENSE"} urls = {homepage = "https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/"} dependencies = [ - "docutils>=0,<1", + "docutils>=0.22.4,<1", "pdoc3>=0.11.6", "pytest-cov>=2,<8", "twine>=4,<7",