From f2c3339d390f73f2d085ef728d792d16a7167159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:20:09 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group Bumps the production-dependencies group in /docs with 3 updates: [markupsafe](https://github.com/pallets/markupsafe), [pyparsing](https://github.com/pyparsing/pyparsing) and [sphinxext-rediraffe](https://github.com/sphinx-doc/sphinxext-rediraffe). Updates `markupsafe` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/3.0.2...3.0.3) Updates `pyparsing` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.2.3...3.2.5) Updates `sphinxext-rediraffe` from 0.2.7 to 0.3.0 - [Release notes](https://github.com/sphinx-doc/sphinxext-rediraffe/releases) - [Commits](https://github.com/sphinx-doc/sphinxext-rediraffe/compare/v0.2.7...v0.3.0) --- updated-dependencies: - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pyparsing dependency-version: 3.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sphinxext-rediraffe dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 46685ac9b3..341ff7c437 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ Babel==2.17.0 Jinja2==3.1.6 -MarkupSafe==3.0.2 +MarkupSafe==3.0.3 Pygments==2.19.2 Sphinx==7.4.7 certifi==2025.8.3 @@ -11,7 +11,7 @@ idna==3.10 imagesize==1.4.1 myst-parser==4.0.1 packaging==25.0 -pyparsing==3.2.3 +pyparsing==3.2.5 pytz==2025.2 requests==2.32.5 snowballstemmer==3.0.1 @@ -23,5 +23,5 @@ sphinxcontrib-htmlhelp==2.1.0 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 -sphinxext-rediraffe==0.2.7 +sphinxext-rediraffe==0.3.0 urllib3==2.5.0