From 90e18ae9d1ca264359c925e861335338fcdd4f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 02:02:10 +0000 Subject: [PATCH] Bump docutils from 0.22.1 to 0.22.2 Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.22.1 to 0.22.2. - [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.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e473480..146b8e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -e . build==1.3.0 -docutils==0.22.1 +docutils==0.22.2 mypy==1.18.2; implementation_name=="cpython" pre-commit==4.3.0 pytest==8.4.2