From 84145f924427a60e80cd9d9db57aec855075bce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 08:54:44 +0000 Subject: [PATCH] Update sphinxcontrib-shellcheck requirement from <2,>=1 to >=1.1.2,<2 Updates the requirements on [sphinxcontrib-shellcheck](https://github.com/pmacosta/sphinxcontrib-shellcheck) to permit the latest version. - [Changelog](https://github.com/pmacosta/sphinxcontrib-shellcheck/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pmacosta/sphinxcontrib-shellcheck/compare/1.0.5...1.1.2) --- updated-dependencies: - dependency-name: sphinxcontrib-shellcheck dependency-version: 1.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index b0c0c87cdb..614d7351ba 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,6 +1,6 @@ sphinx>=5.3,<9 sphinx_rtd_theme>=3.1.0,<4 readthedocs-sphinx-search~=0.3 -sphinxcontrib-shellcheck>=1,<2 +sphinxcontrib-shellcheck>=1.1.2,<2 sphinx-autobuild>=2024.10.3 furo==2025.12.19