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",