From 4f49c6fd70bd8fd82878e254ca661cea749f97d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 13:05:27 +0000 Subject: [PATCH] Bump docutils from 0.17.1 to 0.22.4 Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.17.1 to 0.22.4. - [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:development update-type: version-update:semver-minor ... 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 f6e170c..1dbbe4b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ pytest pytest-cov -docutils==0.17.1 +docutils==0.22.4 jupyter-book sphinxcontrib-apidoc>=0.4.0,<1 jupyter-cache>=0.6.0