From 96415d341f8daf99c0d12697c9657e992bf97f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 11:40:59 +0000 Subject: [PATCH] fix(deps): update docutils requirement from <1,>=0.22.4 to >=0.23,<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.23' 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 bf9d068..b60db7b 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.22.4,<1", + "docutils>=0.23,<1", "pdoc3>=0.11.6", "pytest-cov>=7.1.0,<8", "twine>=4,<7",