From 278b736a15b85c08fb668f35db4ab7e6246d5dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:11:52 +0000 Subject: [PATCH] Bump docutils from 0.21.2 to 0.22 in /poc/pytest Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.21.2 to 0.22. - [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' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poc/pytest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poc/pytest/requirements.txt b/poc/pytest/requirements.txt index 7863cee..3c73c2f 100644 --- a/poc/pytest/requirements.txt +++ b/poc/pytest/requirements.txt @@ -1 +1 @@ -docutils==0.21.2 \ No newline at end of file +docutils==0.22 \ No newline at end of file