From ba6cd711f8abd6da522fa47afeefbb738cc19cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:29:49 +0000 Subject: [PATCH] Bump rstcheck from 6.2.4 to 6.2.5 Bumps [rstcheck](https://github.com/rstcheck/rstcheck) from 6.2.4 to 6.2.5. - [Changelog](https://github.com/rstcheck/rstcheck/blob/main/CHANGELOG.md) - [Commits](https://github.com/rstcheck/rstcheck/compare/v6.2.4...v6.2.5) --- updated-dependencies: - dependency-name: rstcheck dependency-version: 6.2.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b797439678..fd7e7af79c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,14 +101,14 @@ lint = [ "black==25.1.0; python_version >= '3.10' and implementation_name == \"cpython\"", "isort==6.0.1; python_version >= '3.10'", "pyupgrade==3.3.1", - "rstcheck==6.2.4; python_version >= '3.10'", + "rstcheck==6.2.5; python_version >= '3.10'", "codespell==2.4.1", "prek>=0.2.17", "requests>=2.27.1", "paramiko==3.5.1; platform_python_implementation != 'PyPy'", ] docs = [ - "rstcheck==6.2.4; python_version >= '3.10'", + "rstcheck==6.2.5; python_version >= '3.10'", "fasteners", "sphinx_rtd_theme==2.0.0", "sphinx==6.2.1",