From 50c7fdcd955266d159c6a08fed17c75d27152c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:33:34 +0000 Subject: [PATCH] Update docutils requirement from >=0.22 to >=0.23 in /doc 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] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index d6392015..c5dc00b4 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,7 +5,7 @@ pyserial sphinx-rtd-theme==3.1.0 setuptools setuptools-scm -docutils>=0.22 +docutils>=0.23 sphinxcontrib-spelling>=8.0.2 python-barcode>=0.16.0,<1 importlib-metadata