Skip to content

Commit ba6cd71

Browse files
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](rstcheck/rstcheck@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] <support@github.com>
1 parent e5f6549 commit ba6cd71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ lint = [
101101
"black==25.1.0; python_version >= '3.10' and implementation_name == \"cpython\"",
102102
"isort==6.0.1; python_version >= '3.10'",
103103
"pyupgrade==3.3.1",
104-
"rstcheck==6.2.4; python_version >= '3.10'",
104+
"rstcheck==6.2.5; python_version >= '3.10'",
105105
"codespell==2.4.1",
106106
"prek>=0.2.17",
107107
"requests>=2.27.1",
108108
"paramiko==3.5.1; platform_python_implementation != 'PyPy'",
109109
]
110110
docs = [
111-
"rstcheck==6.2.4; python_version >= '3.10'",
111+
"rstcheck==6.2.5; python_version >= '3.10'",
112112
"fasteners",
113113
"sphinx_rtd_theme==2.0.0",
114114
"sphinx==6.2.1",

0 commit comments

Comments
 (0)