We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fba74ca + 575ef76 commit 5601940Copy full SHA for 5601940
1 file changed
pyproject.toml
@@ -101,14 +101,14 @@ lint = [
101
"black==26.3.1; python_version >= '3.10' and implementation_name == \"cpython\"",
102
"isort==6.0.1; python_version >= '3.10'",
103
"pyupgrade==3.3.1",
104
- "rstcheck==6.2.4; python_version >= '3.10'",
+ "rstcheck==6.2.5; python_version >= '3.10'",
105
"codespell==2.4.1",
106
"prek>=0.2.17",
107
"requests>=2.27.1",
108
"paramiko==3.5.1; platform_python_implementation != 'PyPy'",
109
]
110
docs = [
111
112
"fasteners",
113
"sphinx_rtd_theme==2.0.0",
114
"sphinx==6.2.1",
0 commit comments