This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 6cd0e9132e3511f2a67b224ae05a9bb0d2a4d297 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Mon Jul 31 11:57:43 2023 +0200 Upgrade rstcheck. --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 8cd7452e5..23fcdb8e1 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -6,7 +6,7 @@ bandit==1.7.4; python_version >= '3.7' black==22.12.0; python_version >= '3.6' and implementation_name == "cpython" isort[pyproject]==5.12.0; python_version >= '3.8' pyupgrade==3.3.1 -rstcheck==6.1.1; python_version >= '3.7' +rstcheck==6.1.2; python_version >= '3.7' requests>=2.27.1 paramiko==3.0.0; platform_python_implementation != 'PyPy'