From d062ae4f8b85ed9d14d961624cfc44973ebac5be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 22:27:51 +0000 Subject: [PATCH] build(deps): bump docutils in /.github/workflows/requirements/style Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.21.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-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements/style/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements/style/requirements.txt b/.github/workflows/requirements/style/requirements.txt index 2b31d3631a8156..15ea6de6a293db 100644 --- a/.github/workflows/requirements/style/requirements.txt +++ b/.github/workflows/requirements/style/requirements.txt @@ -6,5 +6,5 @@ mypy==1.17.1 types-six==1.17.0.20250515 vermin==1.6.0 pylint==3.3.8 -docutils==0.21.1 +docutils==0.22.2 ruamel.yaml==0.18.15