From b8ae4ff2d05f730476c40037db291b74073c6b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:04:07 +0000 Subject: [PATCH] chore(deps-dev): update docutils requirement from >=0.14 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 daff731..d96280a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,6 +5,6 @@ pre-commit>=2.6.0 pytest-cov>=2.10.0 pytest-mock>=1.11.1,<=3.2.0 wheel>=0.33 -docutils>=0.14 +docutils>=0.23 selenium>=4.25 -e .